We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cef399 commit 02819ffCopy full SHA for 02819ff
FlashMQTests/run-tests-from-ci.sh
@@ -4,7 +4,8 @@ STDERR_LOG=$(mktemp)
4
5
cd buildtests || exit 1
6
7
-if ./flashmq-tests 2> "$STDERR_LOG" ; then
+# Using --abort-on-first-fail because the output can be hard to find in CI when it's swamped out by the rest.
8
+if ./flashmq-tests --abort-on-first-fail 2> "$STDERR_LOG" ; then
9
echo -e '\033[01;32mSUCCESS!\033[00m'
10
else
11
echo -e '\033[01;31mBummer\033[00m'
0 commit comments