aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2019-06-04 10:00:10 +0200
committerLaurent Vivier <laurent@vivier.eu>2019-06-06 11:22:25 +0200
commit77b748a8895fe843132fbe36e521e026ec544dc1 (patch)
tree23fa5c819519c567286d439ce04a59c64e77597f
parent11259e9adce0ad2deaa2867395267e808eb8a3b2 (diff)
downloadqemu-77b748a8895fe843132fbe36e521e026ec544dc1.zip
qemu-77b748a8895fe843132fbe36e521e026ec544dc1.tar.gz
qemu-77b748a8895fe843132fbe36e521e026ec544dc1.tar.bz2
test: Fix make target check-report.tap
Fix a fat-fingered invocation of tap-merge.pl in the recipe of target check-report.tap. Fixes: 9df43317b82 "test: replace gtester with a TAP driver" Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20190604080010.23186-1-armbru@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
-rw-r--r--tests/Makefile.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 46a36c2..34df040 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -904,7 +904,7 @@ check-report-unit.tap: $(check-unit-y)
# Reports and overall runs
check-report.tap: $(patsubst %,check-report-qtest-%.tap, $(QTEST_TARGETS)) check-report-unit.tap
- $(call quiet-command,./scripts/tap-merge.py $^ > $@,"GEN","$@")
+ $(call quiet-command, cat $^ | scripts/tap-merge.pl >$@,"GEN","$@")
# FPU Emulation tests (aka softfloat)
#