##// END OF EJS Templates
test-check-interface: do not expect bare "python" executable exists...
Yuya Nishihara -
r46792:300f6e23 default
parent child Browse files
Show More
@@ -12,7 +12,7 b' import sys'
12
12
13 # Only run if tests are run in a repo
13 # Only run if tests are run in a repo
14 if subprocess.call(
14 if subprocess.call(
15 ['python', '%s/hghave' % os.environ['TESTDIR'], 'test-repo']
15 [sys.executable, '%s/hghave' % os.environ['TESTDIR'], 'test-repo']
16 ):
16 ):
17 sys.exit(80)
17 sys.exit(80)
18
18
General Comments 0
You need to be logged in to leave comments. Login now