Просмотр исходного кода

nothing to see here. (so I added echo)

CedarLUG 9 лет назад
Родитель
Сommit
650f992b3e
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      tests/tests_jc2server.sh

+ 3 - 1
tests/tests_jc2server.sh

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