Re: [PATCH] decodetree: Add --output-null for meson testing

2023-05-31 Thread Richard Henderson
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 Fixes: 65dc7d1b ("tests/d

Re: [PATCH] decodetree: Add --output-null for meson testing

2023-05-31 Thread Thomas Huth
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 Fixes: 65dc7d1b ("tests/decode: Convert tests to meson") Signed

[PATCH] decodetree: Add --output-null for meson testing

2023-05-31 Thread Richard Henderson
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 Fixes: 65dc7d1b ("tests/decode: Convert tests to meson") Signed-off-by: Richard Henderson --- scripts/decodet