Browse Source

Move the logs

CedarLUG 9 years ago
parent
commit
fdb46fafd1
1 changed files with 1 additions and 4 deletions
  1. 1 4
      tests/tests_jc2server.sh

+ 1 - 4
tests/tests_jc2server.sh

@@ -358,12 +358,9 @@ echo "start ${gamename} server."
 echo "Command: ./jc2server start"
 echo "Command: ./jc2server start"
 requiredstatus="OFFLINE"
 requiredstatus="OFFLINE"
 fn_setstatus
 fn_setstatus
-strace -f tests/lgsm/functions/command_start.sh > /tmp/output 2>&1
-find .  >> /tmp/output
-curl --upload-file /tmp/output https://transfer.sh/lgsm
+(command_start.sh)
 curl --upload-file ./tests/log/script/*.log https://transfer.sh/slog
 curl --upload-file ./tests/log/script/*.log https://transfer.sh/slog
 curl --upload-file ./tests/log/console/*.log https://transfer.sh/clog
 curl --upload-file ./tests/log/console/*.log https://transfer.sh/clog
-(command_start.sh)
 fn_test_result_pass
 fn_test_result_pass
 
 
 echo ""
 echo ""