We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96849c commit 396bc07Copy full SHA for 396bc07
buildbot/check.sh
@@ -33,4 +33,4 @@ if [ -z "${TESTCASE}" ]; then
33
exit 1
34
fi
35
36
-make ${TESTCASE} VERBOSE=1 LIT_ARGS="-v -j `nproc`"
+make ${TESTCASE} VERBOSE=1 -j`nproc` LIT_ARGS="-v"
0 commit comments