Mercurial > hg-stable
changeset 15941:af289d6cd422 stable
tests: let run-tests.py default to use 'sh' in $PATH instead of '/bin/sh'
This makes it easier to run tests on systems that have a usable sh in the
search path but not in the standard location.
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Fri, 20 Jan 2012 01:24:16 +0100 |
parents | 4bc35496136f |
children | d7a34c07e69b |
files | tests/run-tests.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/run-tests.py Sat Jan 14 01:55:50 2012 +0100 +++ b/tests/run-tests.py Fri Jan 20 01:24:16 2012 +0100 @@ -98,7 +98,7 @@ 'jobs': ('HGTEST_JOBS', 1), 'timeout': ('HGTEST_TIMEOUT', 180), 'port': ('HGTEST_PORT', 20059), - 'shell': ('HGTEST_SHELL', '/bin/sh'), + 'shell': ('HGTEST_SHELL', 'sh'), } def parselistfiles(files, listtype, warn=True):