diff --git a/scripts/wait_for_server.sh b/scripts/wait_for_server.sh index 5925a6c..05bf6d5 100755 --- a/scripts/wait_for_server.sh +++ b/scripts/wait_for_server.sh @@ -1,4 +1,7 @@ if ! timeout 120 bash -c 'until tail -f output.log | grep -m 1 "Registered platform:"; do sleep 1; done'; then + echo "catting output.log" + cat output.log + echo "Error: Server is not working correctly." >&2 exit 1 fi \ No newline at end of file