Browse Source

building tree

pull/1863/head
Daniel Gibbs 7 years ago
parent
commit
71ba149da1
  1. 1
      .travis.yml
  2. 7
      tests/tests_jc2server.sh

1
.travis.yml

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

7
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 "================================="

Loading…
Cancel
Save