##// 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 368 parser.error('--with-python3 cannot be used when executing with '
369 369 'Python 3')
370 370
371 options.with_python3 = canonpath(options.with_python3)
371 372 # Verify Python3 executable is acceptable.
372 373 proc = subprocess.Popen([options.with_python3, b'--version'],
373 374 stdout=subprocess.PIPE,
General Comments 0
You need to be logged in to leave comments. Login now