[Mesa-dev] [PATCH] panfrost/ci: Diff results when printing

Alyssa Rosenzweig alyssa.rosenzweig at collabora.com
Wed Aug 21 17:48:23 UTC 2019


Otherwise, there is too much noise to see what's going on.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
---
 src/gallium/drivers/panfrost/ci/deqp-runner.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/panfrost/ci/deqp-runner.sh b/src/gallium/drivers/panfrost/ci/deqp-runner.sh
index c6b2cce8882..54fa6834ad8 100644
--- a/src/gallium/drivers/panfrost/ci/deqp-runner.sh
+++ b/src/gallium/drivers/panfrost/ci/deqp-runner.sh
@@ -99,7 +99,7 @@ for test in $FLIP_FLOPS; do sed -i "/$test/d" /tmp/case-list.txt; done
 
 if [ $? -ne 0 ]; then
     echo "Regressions detected, printing results:"
-    cat /tmp/results.txt
+    diff /tmp/results.txt /deqp/expected-failures.txt
     echo "deqp: fail"
 else
     echo "No regressions detected"
-- 
2.23.0.rc1



More information about the mesa-dev mailing list