Skip to content

Commit cc9ae22

Browse files
committed
build: Pass V=1 to selftests build if VERBOSE is set
The selftests build now uses V=1 to show the actual command being run, since kernel commit 6fc6d7f59376 ("selftests: adopt BPF's approach to quieter builds").
1 parent 7b9884c commit cc9ae22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/scripts/container-build.sh

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

182-
cmd="make -k $quiet -j $JFACTOR -C tools/testing/selftests"
182+
cmd="make -k $quiet $verbose -j $JFACTOR -C tools/testing/selftests"
183183

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

0 commit comments

Comments
 (0)