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 b04014f commit 5393647Copy full SHA for 5393647
Lib/test/test_tools/test_makefile.py
@@ -27,7 +27,7 @@ class TestMakefile(unittest.TestCase):
27
def list_test_dirs(self):
28
import subprocess
29
return subprocess.check_output(
30
- ['make', '-C', support.REPO_ROOT, 'listtestmodules'],
+ ['make', '-s', '-C', support.REPO_ROOT, 'listtestmodules'],
31
universal_newlines=True,
32
encoding='utf-8',
33
)
0 commit comments