[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 3/8] tests/tcg: remove quoting for info output
From: |
Alex Bennée |
Subject: |
[PATCH 3/8] tests/tcg: remove quoting for info output |
Date: |
Thu, 10 Aug 2023 16:36:35 +0100 |
This avoids ugly multi-line wrapping for the test on non V=1 builds.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
tests/tcg/aarch64/Makefile.target | 2 +-
tests/tcg/multiarch/system/Makefile.softmmu-target | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/tcg/aarch64/Makefile.target
b/tests/tcg/aarch64/Makefile.target
index 617f821613..75347ebe70 100644
--- a/tests/tcg/aarch64/Makefile.target
+++ b/tests/tcg/aarch64/Makefile.target
@@ -14,7 +14,7 @@ AARCH64_TESTS=fcvt pcalign-a64
fcvt: LDFLAGS+=-lm
run-fcvt: fcvt
- $(call run-test,$<,$(QEMU) $<, "$< on $(TARGET_NAME)")
+ $(call run-test,$<,$(QEMU) $<)
$(call diff-out,$<,$(AARCH64_SRC)/fcvt.ref)
config-cc.mak: Makefile
diff --git a/tests/tcg/multiarch/system/Makefile.softmmu-target
b/tests/tcg/multiarch/system/Makefile.softmmu-target
index 7ba9053375..a051d689d7 100644
--- a/tests/tcg/multiarch/system/Makefile.softmmu-target
+++ b/tests/tcg/multiarch/system/Makefile.softmmu-target
@@ -37,10 +37,10 @@ run-gdbstub-untimely-packet: hello
--qemu $(QEMU) \
--bin $< --qargs \
"-monitor none -display none -chardev
file$(COMMA)path=untimely-packet.out$(COMMA)id=output $(QEMU_OPTS)", \
- "softmmu gdbstub untimely packets")
+ softmmu gdbstub untimely packets)
$(call quiet-command, \
(! grep -Fq 'Packet instead of Ack, ignoring it'
untimely-packet.gdb.err), \
- "GREP", "file untimely-packet.gdb.err")
+ "GREP", file untimely-packet.gdb.err)
else
run-gdbstub-%:
$(call skip-test, "gdbstub test $*", "no guest arch support")
--
2.39.2
- [PATCH 0/8] some testing and gdbstub fixes, Alex Bennée, 2023/08/10
- [PATCH 1/8] gitlab: enable ccache for many build jobs, Alex Bennée, 2023/08/10
- [PATCH 2/8] tests/docker: cleanup non-verbose output, Alex Bennée, 2023/08/10
- [PATCH 3/8] tests/tcg: remove quoting for info output,
Alex Bennée <=
- [PATCH 4/8] tests: remove test-gdbstub.py, Alex Bennée, 2023/08/10
- [PATCH 5/8] tests/tcg: clean-up gdb confirm/pagination settings, Alex Bennée, 2023/08/10
- [PATCH 8/8] gdbstub: don't complain about preemptive ACK chars, Alex Bennée, 2023/08/10
- [PATCH 6/8] tests/tcg: ensure system-mode gdb tests start stopped, Alex Bennée, 2023/08/10