Skip to content

Commit 822bf23

Browse files
committed
fix
1 parent 80c10bd commit 822bf23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/run_compliance_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def run_test(
4747
p = subprocess.run(
4848
[f"{target}", "--gtest_filter", str(test), "--fuzz_for", f"{duration}s"],
4949
env=os.environ | _DISABLE_ASAN,
50+
stdout=subprocess.DEVNULL,
5051
)
5152
return (test, p.returncode)
5253

0 commit comments

Comments
 (0)