# HG changeset patch # User timeless # Date 1459137727 0 # Node ID c226e9b69bac92eeb32942eac140329997121bab # Parent 2e50eb6304bda91592617faceb585b9dbab327b6 run-tests: use canonpath for with-python3 diff -r 2e50eb6304bd -r c226e9b69bac tests/run-tests.py --- a/tests/run-tests.py Mon Mar 28 04:01:21 2016 +0000 +++ b/tests/run-tests.py Mon Mar 28 04:02:07 2016 +0000 @@ -368,6 +368,7 @@ 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,