From 57ce68fa26ec249a4a73f66cf2900d56e95a8620 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 18 Mar 2018 11:26:39 +0000 Subject: [PATCH] forgot to add file --- tests/tests_jc2server.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/tests_jc2server.sh b/tests/tests_jc2server.sh index e85c32fc3..9e9dee2ab 100644 --- a/tests/tests_jc2server.sh +++ b/tests/tests_jc2server.sh @@ -484,7 +484,7 @@ echo "Enable dev-debug" echo "" (command_dev_debug.sh) fn_test_result_pass -grep "functionfile=" +grep "functionfile=" .dev-debug echo "1.0 - start - no files" echo "=================================" @@ -494,7 +494,7 @@ echo "Command: ./jc2server start" echo "" (command_start.sh) fn_test_result_fail -grep "functionfile=" +grep "functionfile=" .dev-debug echo "" echo "1.1 - getopt" @@ -505,7 +505,7 @@ echo "Command: ./jc2server" echo "" (core_getopt.sh) fn_test_result_pass -grep "functionfile=" +grep "functionfile=" .dev-debug echo "" echo "1.2 - getopt with incorrect args" @@ -517,7 +517,7 @@ echo "" getopt="abc123" (core_getopt.sh) fn_test_result_fail -grep "functionfile=" +grep "functionfile=" .dev-debug echo "" echo "2.0 - install" @@ -527,7 +527,7 @@ echo "install ${gamename} server." echo "Command: ./jc2server auto-install" (fn_autoinstall) fn_test_result_pass -grep "functionfile=" +grep "functionfile=" .dev-debug echo "" echo "3.1 - start" @@ -539,7 +539,7 @@ requiredstatus="OFFLINE" fn_setstatus (command_start.sh) fn_test_result_pass -grep "functionfile=" +grep "functionfile=" .dev-debug echo "" echo "3.2 - start - online"