Skip to content

Commit

Permalink
Fix temp test file for other games
Browse files Browse the repository at this point in the history
  • Loading branch information
joeltimothyoh committed Nov 10, 2023
1 parent 2aea60e commit ba3b808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ if [ ! "$NO_TEST" = 'true' ]; then
&& docker rm -f "$CONTAINER_ID" \
|| docker rm -f "$CONTAINER_ID"
else
time docker run -t --rm "$GAME_IMAGE" "$GAME_BIN -game $GAME +version +exit"
time docker run -t --rm "$GAME_IMAGE" "$GAME_BIN -game $GAME +version +exit" | tee "$TEST_DIR/test"
fi
date

Expand Down

0 comments on commit ba3b808

Please sign in to comment.