Browse Source

Trying to break it now.

pull/1249/head
CedarLUG 8 years ago
parent
commit
5fa0d131a0
  1. 3
      .travis.yml
  2. 2
      tests/tests_jc2server.sh

3
.travis.yml

@ -1,5 +1,5 @@
language: bash
sudo: required
sudo: false
env:
- DISTRO=ubuntu-trusty
@ -19,6 +19,7 @@ addons:
- libstdc++6:i386
- telnet
- expect
- strace
script:

2
tests/tests_jc2server.sh

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

Loading…
Cancel
Save