Show More
@@ -588,6 +588,7 b' class Test(unittest.TestCase):' | |||
|
588 | 588 | self._shell = _bytespath(shell) |
|
589 | 589 | self._hgcommand = hgcommand or b'hg' |
|
590 | 590 | self._usechg = usechg |
|
591 | self._useipv6 = useipv6 | |
|
591 | 592 | |
|
592 | 593 | self._aborted = False |
|
593 | 594 | self._daemonpids = [] |
@@ -878,6 +879,7 b' class Test(unittest.TestCase):' | |||
|
878 | 879 | env["HGUSER"] = "test" |
|
879 | 880 | env["HGENCODING"] = "ascii" |
|
880 | 881 | env["HGENCODINGMODE"] = "strict" |
|
882 | env['HGIPV6'] = str(int(self._useipv6)) | |
|
881 | 883 | |
|
882 | 884 | # Reset some environment variables to well-known values so that |
|
883 | 885 | # the tests produce repeatable output. |
General Comments 0
You need to be logged in to leave comments.
Login now