On 5/31/23 18:51, Thomas Huth wrote:
On 01/06/2023 01.25, Richard Henderson wrote:
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 <th...@redhat.com>
Fixes: 656666dc7d1b ("tests/decode: Convert tests to meson")
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
scripts/decodetree.py | 18 ++++++++++--------
tests/decode/meson.build | 4 ++--
2 files changed, 12 insertions(+), 10 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>
Thanks. Applied, with typo in the first line above fixed, to master in preparation for
tomorrow's refresh of ci minutes.
r~