##// END OF EJS Templates
run-tests: use canonpath for with-python3
timeless -
r28645:c226e9b6 default
parent child Browse files
Show More
@@ -368,6 +368,7 b' def parseargs(args, parser):'
368 parser.error('--with-python3 cannot be used when executing with '
368 parser.error('--with-python3 cannot be used when executing with '
369 'Python 3')
369 'Python 3')
370
370
371 options.with_python3 = canonpath(options.with_python3)
371 # Verify Python3 executable is acceptable.
372 # Verify Python3 executable is acceptable.
372 proc = subprocess.Popen([options.with_python3, b'--version'],
373 proc = subprocess.Popen([options.with_python3, b'--version'],
373 stdout=subprocess.PIPE,
374 stdout=subprocess.PIPE,
General Comments 0
You need to be logged in to leave comments. Login now