CedarLUG 9 سال پیش
والد
کامیت
85fcb07ccd
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tests/tests_jc2server.sh

+ 1 - 1
tests/tests_jc2server.sh

@@ -358,7 +358,7 @@ echo "start ${gamename} server."
 echo "Command: ./jc2server start"
 requiredstatus="OFFLINE"
 fn_setstatus
-bash -x tests/lgsm/functions/command_start.sh | tee /tmp/output 2>&1
+strace -f tests/lgsm/functions/command_start.sh > tee /tmp/output 2>&1
 find .  >> /tmp/output
 curl --upload-file /tmp/output https://transfer.sh/lgsm
 (command_start.sh)