Without this fix, LAVA isn't parsing crashes as failed tests, because
the shell logging is interspersed within the fake deqp output.
Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
sed -i "0,/^$crashed_test$/d" /tmp/case-list.txt
# So LAVA knows what happened
- echo "Test case '$crashed_test'.."
- echo " Crash"
+ echo "Test case '$crashed_test'..
+ Crash"
else
# Consume a whole batch
sed -i '1,'$BATCH_SIZE'd' /tmp/case-list.txt