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 a37786d commit 765815eCopy full SHA for 765815e
pavement.py
@@ -194,7 +194,7 @@ def test_install(options):
194
def test():
195
#test_scripts = glob.glob('./tests/test*.sh')
196
test_scripts = path('tests').glob('test*.sh')
197
- print test_scripts
+ #print test_scripts
198
for shell_cmd in [ 'bash', 'sh', 'SHUNIT_PARENT=%(test_script)s zsh -o shwordsplit' ]:
199
for test_script in test_scripts:
200
base_cmd = shell_cmd + ' %(test_script)s'
0 commit comments