mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-03 07:12:28 +00:00
Specify junit suffix
This commit is contained in:
parent
16b7182d91
commit
e91e41034d
@ -53,7 +53,8 @@ define run_qtest
|
|||||||
@echo running qtest-driver for $(1)
|
@echo running qtest-driver for $(1)
|
||||||
@(cd $(1)/$(OUTPUT_DIR); \
|
@(cd $(1)/$(OUTPUT_DIR); \
|
||||||
if TC_SRCS="$(foreach T,$(TC_SRCS_$(1)),../../$(T))" \
|
if TC_SRCS="$(foreach T,$(TC_SRCS_$(1)),../../$(T))" \
|
||||||
$(QTEST) -bindirs .:.. -datadir ../qtest -covdir ..; then \
|
$(QTEST) -bindirs .:.. -datadir ../qtest -covdir .. \
|
||||||
|
-junit-suffix `basename $(1)`; then \
|
||||||
true; \
|
true; \
|
||||||
else \
|
else \
|
||||||
if test "$(SHOW_FAILED_TEST_OUTPUT)" = "1"; then \
|
if test "$(SHOW_FAILED_TEST_OUTPUT)" = "1"; then \
|
||||||
|
Loading…
Reference in New Issue
Block a user