Branch: refs/heads/master
Home: https://github.com/qemu/qemu
Commit: c6a5fc2ac76c5ab709896ee1b0edd33685a67ed1
https://github.com/qemu/qemu/commit/c6a5fc2ac76c5ab709896ee1b0edd33685a67ed1
Author: Richard Henderson <[email protected]>
Date: 2023-05-31 (Wed, 31 May 2023)
Changed paths:
M scripts/decodetree.py
M tests/decode/meson.build
Log Message:
-----------
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 <[email protected]>
Fixes: 656666dc7d1b ("tests/decode: Convert tests to meson")
Signed-off-by: Richard Henderson <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Message-Id: <[email protected]>