Browse Source

forgot brackets

pull/914/head
Daniel Gibbs 9 years ago
parent
commit
653b4e7b5e
  1. 7
      tests/tests_jc2server.sh

7
tests/tests_jc2server.sh

@ -249,12 +249,15 @@ echo "Testing Branch: $TRAVIS_BRANCH"
echo "================================="
echo ""
echo "0.1 - Create log dir's"
echo "================================="
echo "Description:"
echo "Create log dir's"
echo ""
(install_logs.sh)
echo "0.2 - Enable dev-debug"
echo "================================="
echo "Description:"
echo "Enable dev-debug"
@ -365,7 +368,7 @@ echo "restart ${gamename}."
echo "Command: ./jc2server restart"
requiredstatus="ONLINE"
fn_setstatus
command_restart.sh
(command_restart.sh)
fn_test_result_pass
echo ""
@ -376,7 +379,7 @@ echo "restart ${gamename} while already stopped."
echo "Command: ./jc2server restart"
requiredstatus="OFFLINE"
fn_setstatus
command_restart.sh
(command_restart.sh)
fn_test_result_pass
echo "4.1 - update"

Loading…
Cancel
Save