diff options
author | Tomeu Vizoso <[email protected]> | 2019-06-21 12:47:57 +0200 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2019-06-21 09:35:35 -0700 |
commit | 0bcbccf88712f455b61aaf39653582107c79e4a6 (patch) | |
tree | db4a55acebf9ac5961efb9898cdfe58d1de8eed9 /src/gallium | |
parent | d38ac21297f632e2e58f4e58acd4378092df5f17 (diff) |
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 <[email protected]>
Acked-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/panfrost/ci/deqp-runner.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/panfrost/ci/deqp-runner.sh b/src/gallium/drivers/panfrost/ci/deqp-runner.sh index 8645f75080e..0b11202c108 100644 --- a/src/gallium/drivers/panfrost/ci/deqp-runner.sh +++ b/src/gallium/drivers/panfrost/ci/deqp-runner.sh @@ -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 |