Daniel Gibbs 8 лет назад
Родитель
Сommit
71ba149da1
2 измененных файлов с 5 добавлено и 3 удалено
  1. 1 0
      .travis.yml
  2. 4 3
      tests/tests_jc2server.sh

+ 1 - 0
.travis.yml

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

+ 4 - 3
tests/tests_jc2server.sh

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