We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c10bd commit 822bf23Copy full SHA for 822bf23
scripts/run_compliance_tests.py
@@ -47,6 +47,7 @@ def run_test(
47
p = subprocess.run(
48
[f"{target}", "--gtest_filter", str(test), "--fuzz_for", f"{duration}s"],
49
env=os.environ | _DISABLE_ASAN,
50
+ stdout=subprocess.DEVNULL,
51
)
52
return (test, p.returncode)
53
0 commit comments