Skip to content

Commit 7dc5838

Browse files
committed
fix: error message in e2e.sh
1 parent 22ca12d commit 7dc5838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/tests/e2e/e2e.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ OUTPUT_FILE_3=$(mktemp)
8989
-openings file=app/tests/data/openings.pgn format=pgn order=random -log file=log.txt level=info 2>&1 | tee $OUTPUT_FILE_3
9090

9191
if ! grep -q "Warning; random_move_1 doesn't have option Threads" $OUTPUT_FILE_3; then
92-
echo "Failed to save results."
92+
echo "Failed to report missing option Threads."
9393
exit 1
9494
fi
9595

9696
if ! grep -q "Warning; Invalid value for option Hash; -16" $OUTPUT_FILE_3; then
97-
echo "Failed to save results."
97+
echo "Failed to report invalid value for option Hash."
9898
exit 1
9999
fi
100100

0 commit comments

Comments
 (0)