gitlab-ci/deqp: preserve caselists for blocks with fails
[mesa.git] / .gitlab-ci / deqp-runner.sh
index 9a18c9fc6cec3d91f981096fbe030443303f3288..58aa7759b7ab8f74c352893d8c5931622a70f72d 100755 (executable)
@@ -69,6 +69,8 @@ vulkan-cts-runner \
 DEQP_EXITCODE=$?
 
 if [ $DEQP_EXITCODE -ne 0 ]; then
+    # preserve caselist files in case of failures:
+    cp /tmp/cts_runner.*.txt $RESULTS/
     echo "Some unexpected results found (see cts-runner-results.txt in artifacts for full results):"
     cat $RESULTS/cts-runner-results.txt | \
         grep -v ",Pass" | \