We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4edbd4 commit 054cc21Copy full SHA for 054cc21
jenkins/Jenkinsfile
@@ -72,7 +72,7 @@ for (int i = 1; i <= ntests; i++) {
72
sh """#!/bin/bash -e
73
source \$MESASDK_ROOT/bin/mesasdk_init.sh
74
75
- mesa_test test $test
+ mesa_test test $test --force-logs
76
"""
77
}
78
0 commit comments