Explorar el Código

Floundering a bit grok'ing travis.

CedarLUG hace 9 años
padre
commit
663763e6a3
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      tests/tests_jc2server.sh

+ 2 - 1
tests/tests_jc2server.sh

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