mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
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:
parent
d38ac21297
commit
0bcbccf887
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue