[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PULL 05/16] test: Fix make target check-report.tap
From: |
Laurent Vivier |
Subject: |
[qemu-s390x] [PULL 05/16] test: Fix make target check-report.tap |
Date: |
Thu, 6 Jun 2019 13:06:14 +0200 |
From: Markus Armbruster <address@hidden>
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 <address@hidden>
Reviewed-by: Paolo Bonzini <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Tested-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>
---
tests/Makefile.include | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 46a36c2c9527..34df040583dc 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)
#
--
2.21.0
- [qemu-s390x] [PULL 00/16] Trivial branch patches, Laurent Vivier, 2019/06/06
- [qemu-s390x] [PULL 06/16] docs/devel/build-system: Update an example, Laurent Vivier, 2019/06/06
- [qemu-s390x] [PULL 03/16] vhost: fix incorrect print type, Laurent Vivier, 2019/06/06
- [qemu-s390x] [PULL 07/16] hw/scsi/vmw_pvscsi: Use qbus_reset_all() directly, Laurent Vivier, 2019/06/06
- [qemu-s390x] [PULL 11/16] hw/usb-storage: Use the QOM DEVICE() macro to access DeviceState.qdev, Laurent Vivier, 2019/06/06
- [qemu-s390x] [PULL 08/16] hw/pci-bridge: Use the QOM BUS() macro to access BusState.qbus, Laurent Vivier, 2019/06/06
- [qemu-s390x] [PULL 09/16] hw/s390x/event-facility: Use the QOM BUS() macro to access BusState.qbus, Laurent Vivier, 2019/06/06
- [qemu-s390x] [PULL 04/16] util: Adjust qemu_guest_getrandom_nofail for Coverity, Laurent Vivier, 2019/06/06
- [qemu-s390x] [PULL 13/16] hw/audio/ac97: Use the QOM DEVICE() macro to access DeviceState.qdev, Laurent Vivier, 2019/06/06
- [qemu-s390x] [PULL 05/16] test: Fix make target check-report.tap,
Laurent Vivier <=
- [qemu-s390x] [PULL 16/16] hw/watchdog/wdt_i6300esb: Use DEVICE() macro to access DeviceState.qdev, Laurent Vivier, 2019/06/06
- [qemu-s390x] [PULL 12/16] hw/vfio/pci: Use the QOM DEVICE() macro to access DeviceState.qdev, Laurent Vivier, 2019/06/06
- [qemu-s390x] [PULL 10/16] hw/isa: Use the QOM DEVICE() macro to access DeviceState.qdev, Laurent Vivier, 2019/06/06
- [qemu-s390x] [PULL 14/16] hw/sd: Use the QOM BUS() macro to access BusState.qbus, Laurent Vivier, 2019/06/06
- [qemu-s390x] [PULL 01/16] hw/rdma: Delete unused headers inclusion, Laurent Vivier, 2019/06/06
- [qemu-s390x] [PULL 15/16] hw/scsi: Use the QOM BUS() macro to access BusState.qbus, Laurent Vivier, 2019/06/06
- [qemu-s390x] [PULL 02/16] migration: fix a typo, Laurent Vivier, 2019/06/06
- Re: [qemu-s390x] [Qemu-devel] [PULL 00/16] Trivial branch patches, Peter Maydell, 2019/06/06