Skip to content

Commit 765815e

Browse files
committed
quiet tests
1 parent a37786d commit 765815e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pavement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def test_install(options):
194194
def test():
195195
#test_scripts = glob.glob('./tests/test*.sh')
196196
test_scripts = path('tests').glob('test*.sh')
197-
print test_scripts
197+
#print test_scripts
198198
for shell_cmd in [ 'bash', 'sh', 'SHUNIT_PARENT=%(test_script)s zsh -o shwordsplit' ]:
199199
for test_script in test_scripts:
200200
base_cmd = shell_cmd + ' %(test_script)s'

0 commit comments

Comments
 (0)