Daniel Gibbs 8 years ago
parent
commit
04afe6bdd9
2 changed files with 1 additions and 1 deletions
  1. 0 1
      lgsm/functions/command_dev_debug.sh
  2. 1 0
      tests/tests_jc2server.sh

+ 0 - 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_print_ok_nl "Disabled dev-debug"
 	fn_script_log_info "Disabled dev-debug"
 	fn_script_log_info "Disabled dev-debug"
 else
 else
-	echo "########## ${rootdir}/.dev-debug"
 	date > "${rootdir}/.dev-debug"
 	date > "${rootdir}/.dev-debug"
 	fn_print_ok_nl "Enabled dev-debug"
 	fn_print_ok_nl "Enabled dev-debug"
 	fn_script_log_info "Enabled dev-debug"
 	fn_script_log_info "Enabled dev-debug"

+ 1 - 0
tests/tests_jc2server.sh

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