Show More
@@ -3675,12 +3675,9 b' class TestRunner(object):' | |||
|
3675 | 3675 | setup_opts = b"--no-rust" |
|
3676 | 3676 | |
|
3677 | 3677 | # Run installer in hg root |
|
3678 | script = os.path.realpath(sys.argv[0]) | |
|
3679 | exe = sysexecutable | |
|
3680 | if PYTHON3: | |
|
3681 | compiler = _sys2bytes(compiler) | |
|
3682 | script = _sys2bytes(script) | |
|
3683 | exe = _sys2bytes(exe) | |
|
3678 | compiler = _sys2bytes(compiler) | |
|
3679 | script = _sys2bytes(os.path.realpath(sys.argv[0])) | |
|
3680 | exe = _sys2bytes(sysexecutable) | |
|
3684 | 3681 | hgroot = os.path.dirname(os.path.dirname(script)) |
|
3685 | 3682 | self._hgroot = hgroot |
|
3686 | 3683 | os.chdir(hgroot) |
General Comments 0
You need to be logged in to leave comments.
Login now