panfrost: ci: Fix parsing of crashed tests

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>
This commit is contained in:
Tomeu Vizoso 2019-06-21 12:47:57 +02:00 committed by Alyssa Rosenzweig
parent d38ac21297
commit 0bcbccf887

View file

@ -46,8 +46,8 @@ while [ -s /tmp/case-list.txt ]; do
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