Skip to content
Snippets Groups Projects
Commit d01e08ea459d authored by kiilerix's avatar kiilerix
Browse files

tests: launch hghave with python interpreter without relying on hash-bang

parent 9ec8569e9a8b
No related branches found
No related tags found
No related merge requests found
import sys, os, subprocess
if subprocess.call(['%s/hghave' % os.environ['TESTDIR'], 'cacheable']):
if subprocess.call(['python', '%s/hghave' % os.environ['TESTDIR'], 'cacheable']):
sys.exit(80)
from mercurial import util, scmutil, extensions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment