]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Silence system utils tests in emscripten python.sh (#133044)
authorLukas <33507994+Lukasdoe@users.noreply.github.com>
Sun, 27 Apr 2025 22:13:02 +0000 (00:13 +0200)
committerGitHub <noreply@github.com>
Sun, 27 Apr 2025 22:13:02 +0000 (06:13 +0800)
commit146b981f764cc8975910066096dc2f6cb33beec6
tree6098a3d450f20f9021585858a295e48edd92b8d7
parent6985e2e6dea67630cf13fc02b7ca727af383207b
Silence system utils tests in emscripten python.sh (#133044)

Ensure that checks for system functions don't leak onto stdout on failure.
Tools/wasm/emscripten/__main__.py