tests/tcg: remove quoting for info output
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 29 Aug 2023 16:15:19 +0000 (17:15 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 30 Aug 2023 13:57:44 +0000 (14:57 +0100)
This avoids ugly multi-line wrapping for the test on non V=1 builds.

Acked-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230829161528.2707696-4-alex.bennee@linaro.org>

tests/tcg/aarch64/Makefile.target
tests/tcg/multiarch/system/Makefile.softmmu-target

index 681dfa077cd0fca2eeb190d0d0d67d74bbe9784b..b77bbd9b3cfb73c4df9fef63c761b971718db874 100644 (file)
@@ -14,7 +14,7 @@ AARCH64_TESTS=fcvt pcalign-a64 lse2-fault
 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
index 7ba9053375c8cda52a4e80fc72b75d9a657723df..a051d689d7b753e1b1d8933094697257530207c1 100644 (file)
@@ -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")