Skip to content

Commit 5393647

Browse files
committed
Be silent
1 parent b04014f commit 5393647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_tools/test_makefile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class TestMakefile(unittest.TestCase):
2727
def list_test_dirs(self):
2828
import subprocess
2929
return subprocess.check_output(
30-
['make', '-C', support.REPO_ROOT, 'listtestmodules'],
30+
['make', '-s', '-C', support.REPO_ROOT, 'listtestmodules'],
3131
universal_newlines=True,
3232
encoding='utf-8',
3333
)

0 commit comments

Comments
 (0)