Browse Source

test

pull/1863/head
Daniel Gibbs 7 years ago
parent
commit
04afe6bdd9
  1. 1
      lgsm/functions/command_dev_debug.sh
  2. 1
      tests/tests_jc2server.sh

1
lgsm/functions/command_dev_debug.sh

@ -13,7 +13,6 @@ if [ -f "${rootdir}/.dev-debug" ]; then
fn_print_ok_nl "Disabled dev-debug"
fn_script_log_info "Disabled dev-debug"
else
echo "########## ${rootdir}/.dev-debug"
date > "${rootdir}/.dev-debug"
fn_print_ok_nl "Enabled dev-debug"
fn_script_log_info "Enabled dev-debug"

1
tests/tests_jc2server.sh

@ -484,6 +484,7 @@ echo "Enable dev-debug"
echo ""
(command_dev_debug.sh)
fn_test_result_pass
echo "########## ${rootdir}/.dev-debug"
grep "functionfile=" "tests/dev-debug.log"
echo "################## tree"
tree

Loading…
Cancel
Save