Show More
@@ -694,7 +694,9 b' def runone(options, test, skips, fails):' | |||||
694 | runner = shtest |
|
694 | runner = shtest | |
695 |
|
695 | |||
696 | # Make a tmp subdirectory to work in |
|
696 | # Make a tmp subdirectory to work in | |
697 |
testtmp = os.environ["TESTTMP"] = os. |
|
697 | testtmp = os.environ["TESTTMP"] = os.environ["HOME"] = \ | |
|
698 | os.path.join(HGTMP, test) | |||
|
699 | ||||
698 | os.mkdir(testtmp) |
|
700 | os.mkdir(testtmp) | |
699 | os.chdir(testtmp) |
|
701 | os.chdir(testtmp) | |
700 |
|
702 |
General Comments 0
You need to be logged in to leave comments.
Login now