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 bfd063a commit 124558cCopy full SHA for 124558c
1 file changed
kpartx/Makefile
@@ -43,6 +43,7 @@ uninstall:
43
kpartx.out: $(EXEC)
44
./test-kpartx >$@ 2>&1 || { cat $@; rm -f $@; exit 1; }
45
46
+test: export KPARTX_DEBUG := 1
47
test: kpartx.out
48
49
clean: dep_clean
0 commit comments