Show More
@@ -786,7 +786,7 b' class TTest(Test):' | |||||
786 | tdir = self._testdir.replace('\\', '/') |
|
786 | tdir = self._testdir.replace('\\', '/') | |
787 | proc = Popen4('%s -c "%s/hghave %s"' % |
|
787 | proc = Popen4('%s -c "%s/hghave %s"' % | |
788 | (self._shell, tdir, ' '.join(reqs)), |
|
788 | (self._shell, tdir, ' '.join(reqs)), | |
789 | self._testtmp, 0) |
|
789 | self._testtmp, 0, self._getenv()) | |
790 | stdout, stderr = proc.communicate() |
|
790 | stdout, stderr = proc.communicate() | |
791 | ret = proc.wait() |
|
791 | ret = proc.wait() | |
792 | if wifexited(ret): |
|
792 | if wifexited(ret): |
General Comments 0
You need to be logged in to leave comments.
Login now