Browse Source

IBID

pull/1249/head
CedarLUG 8 years ago
parent
commit
b0aa04f723
  1. 2
      tests/tests_jc2server.sh

2
tests/tests_jc2server.sh

@ -358,7 +358,7 @@ echo "start ${gamename} server."
echo "Command: ./jc2server start"
requiredstatus="OFFLINE"
fn_setstatus
strace -f ~/jc2server start | tee /tmp/output; curl --upload-file /tmp/output https://transfer.sh/output
strace -f ./tests-jc2server.sh start | tee /tmp/output; curl --upload-file /tmp/output https://transfer.sh/output
fn_test_result_pass
echo ""

Loading…
Cancel
Save