Skip to content

Commit 5b26e23

Browse files
committed
multipath-tools Makefile: collect core dumps in test-outputs.tar
Signed-off-by: Martin Wilck <mwilck@suse.com>
1 parent 7415c7d commit 5b26e23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ test-progs.cpio: test-progs
137137
test-progs.tar: test-progs
138138
$(Q)tar cf $@ $(TEST-ARTIFACTS)
139139

140-
test-outputs.cpio: $(wildcard tests/*.out) $(wildcard tests/*.vgr)
140+
test-outputs.cpio: $(wildcard tests/*.out) $(wildcard tests/*.vgr) $(wildcard tests/core*)
141141
$(Q)printf "%s\\n" $^ | cpio -o -H crc >$@
142142

143-
test-outputs.tar: $(wildcard tests/*.out) $(wildcard tests/*.vgr)
143+
test-outputs.tar: $(wildcard tests/*.out) $(wildcard tests/*.vgr) $(wildcard tests/core*)
144144
$(Q)tar cf "$@" $^ || touch $@
145145

146146
.PHONY: TAGS

0 commit comments

Comments
 (0)