Specify junit suffix

This commit is contained in:
Jay Berkenbilt 2018-10-13 14:39:07 -04:00
parent 16b7182d91
commit e91e41034d
1 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,8 @@ define run_qtest
@echo running qtest-driver for $(1)
@(cd $(1)/$(OUTPUT_DIR); \
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; \
else \
if test "$(SHOW_FAILED_TEST_OUTPUT)" = "1"; then \