Browse Source

List function files that the commands run though

pull/1863/head
Daniel Gibbs 7 years ago
parent
commit
0e6198a918
  1. 6
      tests/tests_jc2server.sh

6
tests/tests_jc2server.sh

@ -484,6 +484,7 @@ echo "Enable dev-debug"
echo ""
(command_dev_debug.sh)
fn_test_result_pass
grep "functionfile="
echo "1.0 - start - no files"
echo "================================="
@ -493,6 +494,7 @@ echo "Command: ./jc2server start"
echo ""
(command_start.sh)
fn_test_result_fail
grep "functionfile="
echo ""
echo "1.1 - getopt"
@ -503,6 +505,7 @@ echo "Command: ./jc2server"
echo ""
(core_getopt.sh)
fn_test_result_pass
grep "functionfile="
echo ""
echo "1.2 - getopt with incorrect args"
@ -514,6 +517,7 @@ echo ""
getopt="abc123"
(core_getopt.sh)
fn_test_result_fail
grep "functionfile="
echo ""
echo "2.0 - install"
@ -523,6 +527,7 @@ echo "install ${gamename} server."
echo "Command: ./jc2server auto-install"
(fn_autoinstall)
fn_test_result_pass
grep "functionfile="
echo ""
echo "3.1 - start"
@ -534,6 +539,7 @@ requiredstatus="OFFLINE"
fn_setstatus
(command_start.sh)
fn_test_result_pass
grep "functionfile="
echo ""
echo "3.2 - start - online"

Loading…
Cancel
Save