]> git.proxmox.com Git - mirror_qemu.git/commitdiff
test: Fix make target check-report.tap
authorMarkus Armbruster <armbru@redhat.com>
Tue, 4 Jun 2019 08:00:10 +0000 (10:00 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 6 Jun 2019 09:22:25 +0000 (11:22 +0200)
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>
tests/Makefile.include

index 46a36c2c9527a5c9157c5cf9f686534a8248cde9..34df040583dc2247760f68e885fc17ea70201fcd 100644 (file)
@@ -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)
 #