We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de60d68 commit 329964fCopy full SHA for 329964f
tools/healthcheck.py
@@ -126,7 +126,7 @@ def healthcheck() -> HealthcheckJsonTestResult:
126
"""
127
# Redirect stderr stream to null to prevent logging unittest results
128
no_stream = open(os.devnull, "w")
129
- # sys.stderr = no_stream
+ sys.stderr = no_stream
130
131
# Create a test loader and test runner instance
132
loader = unittest.TestLoader()
0 commit comments