Show More
@@ -2356,9 +2356,9 b' class TestRunner(object):' | |||||
2356 | # assume all tests in same folder for now |
|
2356 | # assume all tests in same folder for now | |
2357 | if testdescs: |
|
2357 | if testdescs: | |
2358 | pathname = os.path.dirname(testdescs[0]['path']) |
|
2358 | pathname = os.path.dirname(testdescs[0]['path']) | |
2359 | if pathname and not osenvironb[b'TESTDIR'].endswith(b'/'): |
|
2359 | if pathname: | |
2360 |
osenvironb[b'TESTDIR'] |
|
2360 | osenvironb[b'TESTDIR'] = os.path.join(osenvironb[b'TESTDIR'], | |
2361 | osenvironb[b'TESTDIR'] += pathname |
|
2361 | pathname) | |
2362 | if self.options.outputdir: |
|
2362 | if self.options.outputdir: | |
2363 | self._outputdir = canonpath(_bytespath(self.options.outputdir)) |
|
2363 | self._outputdir = canonpath(_bytespath(self.options.outputdir)) | |
2364 | else: |
|
2364 | else: |
General Comments 0
You need to be logged in to leave comments.
Login now