Explorar el Código

building tree

Daniel Gibbs hace 8 años
padre
commit
71ba149da1
Se han modificado 2 ficheros con 5 adiciones y 3 borrados
  1. 1 0
      .travis.yml
  2. 4 3
      tests/tests_jc2server.sh

+ 1 - 0
.travis.yml

@@ -31,6 +31,7 @@ addons:
     - net-tools
     - net-tools
     - iproute2
     - iproute2
     - shellcheck
     - shellcheck
+    - tree
 
 
 jobs:
 jobs:
   include:
   include:

+ 4 - 3
tests/tests_jc2server.sh

@@ -485,8 +485,8 @@ echo ""
 (command_dev_debug.sh)
 (command_dev_debug.sh)
 fn_test_result_pass
 fn_test_result_pass
 grep "functionfile=" "tests/dev-debug.log"
 grep "functionfile=" "tests/dev-debug.log"
-echo "################## LS -AL"
-ls -al
+echo "################## tree"
+tree
 echo "################## pwd"
 echo "################## pwd"
 pwd
 pwd
 echo "1.0 - start - no files"
 echo "1.0 - start - no files"
@@ -543,7 +543,8 @@ fn_setstatus
 (command_start.sh)
 (command_start.sh)
 fn_test_result_pass
 fn_test_result_pass
 grep "functionfile=" "tests/dev-debug.log"
 grep "functionfile=" "tests/dev-debug.log"
-
+echo "############## tree"
+tree
 echo ""
 echo ""
 echo "3.2 - start - online"
 echo "3.2 - start - online"
 echo "================================="
 echo "================================="