Skip to content

Commit a9db669

Browse files
committed
build: Build as many selftests as possible
Add -k to the make invocation for the selftests build, so that as many selftests are built as possible.
1 parent b15c49a commit a9db669

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/scripts/container-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ else
178178
# Workaround 303e6218ecec ("selftests: Fix O= and KBUILD_OUTPUT handling for relative paths")
179179
export abs_objtree=$KBUILD_OUTPUT
180180

181-
cmd="make $quiet -j $JFACTOR -C tools/testing/selftests"
181+
cmd="make -k $quiet -j $JFACTOR -C tools/testing/selftests"
182182

183183
if [[ "$1" == "ppctests" ]]; then
184184
TARGETS="powerpc"

0 commit comments

Comments
 (0)