We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ca12d commit 7dc5838Copy full SHA for 7dc5838
app/tests/e2e/e2e.sh
@@ -89,12 +89,12 @@ OUTPUT_FILE_3=$(mktemp)
89
-openings file=app/tests/data/openings.pgn format=pgn order=random -log file=log.txt level=info 2>&1 | tee $OUTPUT_FILE_3
90
91
if ! grep -q "Warning; random_move_1 doesn't have option Threads" $OUTPUT_FILE_3; then
92
- echo "Failed to save results."
+ echo "Failed to report missing option Threads."
93
exit 1
94
fi
95
96
if ! grep -q "Warning; Invalid value for option Hash; -16" $OUTPUT_FILE_3; then
97
+ echo "Failed to report invalid value for option Hash."
98
99
100
0 commit comments