##// END OF EJS Templates
tests: let run-tests.py default to use 'sh' in $PATH instead of '/bin/sh'...
Mads Kiilerich -
r15941:af289d6c stable
parent child Browse files
Show More
@@ -98,7 +98,7 b' defaults = {'
98 'jobs': ('HGTEST_JOBS', 1),
98 'jobs': ('HGTEST_JOBS', 1),
99 'timeout': ('HGTEST_TIMEOUT', 180),
99 'timeout': ('HGTEST_TIMEOUT', 180),
100 'port': ('HGTEST_PORT', 20059),
100 'port': ('HGTEST_PORT', 20059),
101 'shell': ('HGTEST_SHELL', '/bin/sh'),
101 'shell': ('HGTEST_SHELL', 'sh'),
102 }
102 }
103
103
104 def parselistfiles(files, listtype, warn=True):
104 def parselistfiles(files, listtype, warn=True):
General Comments 0
You need to be logged in to leave comments. Login now