Skip to content

Commit 124558c

Browse files
committed
kpartx/Makefile: enable debugging for test-kpartx
Signed-off-by: Martin Wilck <mwilck@suse.com>
1 parent bfd063a commit 124558c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

kpartx/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ uninstall:
4343
kpartx.out: $(EXEC)
4444
./test-kpartx >$@ 2>&1 || { cat $@; rm -f $@; exit 1; }
4545

46+
test: export KPARTX_DEBUG := 1
4647
test: kpartx.out
4748

4849
clean: dep_clean

0 commit comments

Comments
 (0)