We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b15c49a commit a9db669Copy full SHA for a9db669
1 file changed
build/scripts/container-build.sh
@@ -178,7 +178,7 @@ else
178
# Workaround 303e6218ecec ("selftests: Fix O= and KBUILD_OUTPUT handling for relative paths")
179
export abs_objtree=$KBUILD_OUTPUT
180
181
- cmd="make $quiet -j $JFACTOR -C tools/testing/selftests"
+ cmd="make -k $quiet -j $JFACTOR -C tools/testing/selftests"
182
183
if [[ "$1" == "ppctests" ]]; then
184
TARGETS="powerpc"
0 commit comments