Skip to content

Commit 329964f

Browse files
committed
Silenced unittests in healtcheck
1 parent de60d68 commit 329964f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/healthcheck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def healthcheck() -> HealthcheckJsonTestResult:
126126
"""
127127
# Redirect stderr stream to null to prevent logging unittest results
128128
no_stream = open(os.devnull, "w")
129-
# sys.stderr = no_stream
129+
sys.stderr = no_stream
130130

131131
# Create a test loader and test runner instance
132132
loader = unittest.TestLoader()

0 commit comments

Comments
 (0)