# HG changeset patch # User timeless # Date 2016-03-28 04:02:07 # Node ID c226e9b69bac92eeb32942eac140329997121bab # Parent 2e50eb6304bda91592617faceb585b9dbab327b6 run-tests: use canonpath for with-python3 diff --git a/tests/run-tests.py b/tests/run-tests.py --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -368,6 +368,7 @@ def parseargs(args, parser): parser.error('--with-python3 cannot be used when executing with ' 'Python 3') + options.with_python3 = canonpath(options.with_python3) # Verify Python3 executable is acceptable. proc = subprocess.Popen([options.with_python3, b'--version'], stdout=subprocess.PIPE,