Skip to content

Commit 9a0f5fe

Browse files
committedDec 14, 2024
chore: debugging start behaviour
1 parent 750ec02 commit 9a0f5fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎scripts/smokeTests.sh

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ TIMER=0
5555
while true; do
5656
if (( TIMER >= TIMEOUT )); then
5757
echo "Error: Timeout waiting for application to start after $((TIMEOUT / 10)) seconds"
58+
echo "Logs from $OUTFILE:"
59+
cat "$OUTFILE"
5860
pkill -f "pnpm start"
5961
exit 1
6062
fi

0 commit comments

Comments
 (0)
Please sign in to comment.