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