]> git.proxmox.com Git - mirror_qemu.git/commit
decodetree: Add --output-null for meson testing
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 31 May 2023 23:25:10 +0000 (16:25 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 1 Jun 2023 02:56:42 +0000 (19:56 -0700)
commitc6a5fc2ac76c5ab709896ee1b0edd33685a67ed1
tree0307835084f5e84c38edb769f66059573374ffc0
parent9824490dede64c1398b6a52095e5d22040529250
decodetree: Add --output-null for meson testing

Using "-o /dev/null" fails on Windows.  Rather that working
around this in meson, add a separate command-line option so
that we can use python's os.devnull.

Reported-by: Thomas Huth <thuth@redhat.com>
Fixes: 656666dc7d1b ("tests/decode: Convert tests to meson")
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20230531232510.66985-1-richard.henderson@linaro.org>
scripts/decodetree.py
tests/decode/meson.build