mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-15 16:58:34 +00:00
spec-test-script/all.py: Use DEVNULL instead of PIPE for runtest.py stderr
As we never read it.
This commit is contained in:
parent
653efecd02
commit
bd0c5725dc
|
@ -155,7 +155,7 @@ def test_case(
|
|||
CMD,
|
||||
bufsize=1,
|
||||
stdout=subprocess.PIPE,
|
||||
stderr=subprocess.PIPE,
|
||||
stderr=subprocess.DEVNULL,
|
||||
universal_newlines=True,
|
||||
) as p:
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue
Block a user