Show More
@@ -2314,7 +2314,7 b' class TestRunner(object):' | |||
|
2314 | 2314 | This will also configure hg with the appropriate testing settings. |
|
2315 | 2315 | """ |
|
2316 | 2316 | vlog("# Performing temporary installation of HG") |
|
2317 |
installerrs = os.path.join( |
|
|
2317 | installerrs = os.path.join(self._hgtmp, b"install.err") | |
|
2318 | 2318 | compiler = '' |
|
2319 | 2319 | if self.options.compiler: |
|
2320 | 2320 | compiler = '--compiler ' + self.options.compiler |
General Comments 0
You need to be logged in to leave comments.
Login now