##// END OF EJS Templates
run-tests: partially backout PYTHON quoting...
Matt Harbison -
r39778:38d51371 default
parent child Browse files
Show More
@@ -3082,7 +3082,7 b' class TestRunner(object):'
3082 if self._hgpath is not None:
3082 if self._hgpath is not None:
3083 return self._hgpath
3083 return self._hgpath
3084
3084
3085 cmd = b'"%s" -c "import mercurial; print (mercurial.__path__[0])"'
3085 cmd = b'%s -c "import mercurial; print (mercurial.__path__[0])"'
3086 cmd = cmd % PYTHON
3086 cmd = cmd % PYTHON
3087 if PYTHON3:
3087 if PYTHON3:
3088 cmd = _strpath(cmd)
3088 cmd = _strpath(cmd)
General Comments 0
You need to be logged in to leave comments. Login now