|
| From: | Thomas Huth |
| Subject: | Re: [PATCH] decodetree: Add --output-null for meson testing |
| Date: | Thu, 1 Jun 2023 03:51:47 +0200 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 |
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 <thuth@redhat.com>
Fixes: 656666dc7d1b ("tests/decode: Convert tests to meson")
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
scripts/decodetree.py | 18 ++++++++++--------
tests/decode/meson.build | 4 ++--
2 files changed, 12 insertions(+), 10 deletions(-)
Reviewed-by: Thomas Huth <thuth@redhat.com>
| [Prev in Thread] | Current Thread | [Next in Thread] |