Skip to content

Commit

Permalink
Testing possible fix for jc2server test
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Jan 28, 2017
1 parent 3d7ee63 commit e16f1a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/tests_jc2server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -575,12 +575,13 @@ echo "gsquery.py will fail to query port."
echo "Command: ./jc2server monitor"
requiredstatus="ONLINE"
fn_setstatus
cp "${servercfgfullpath}" "config.lua"
sed -i 's/[0-9]\+/0/' "${servercfgfullpath}"
(command_monitor.sh)
fn_test_result_fail
echo ""
fn_print_info_nl "Re-generating ${servercfg}."
install_config.sh
cp -v "config.lua" "${servercfgfullpath}"
echo "================================="

echo ""
Expand Down

0 comments on commit e16f1a8

Please sign in to comment.