Show More
@@ -2450,7 +2450,7 b' class TestRunner(object):' | |||
|
2450 | 2450 | # If it looks like our in-repo Rust binary, use the source root. |
|
2451 | 2451 | # This is a bit hacky. But rhg is still not supported outside the |
|
2452 | 2452 | # source directory. So until it is, do the simple thing. |
|
2453 |
elif re.search(b' |
|
|
2453 | elif re.search(b'/rust/target/[^/]+/hg', normbin): | |
|
2454 | 2454 | self._pythondir = os.path.dirname(self._testdir) |
|
2455 | 2455 | # Fall back to the legacy behavior. |
|
2456 | 2456 | else: |
General Comments 0
You need to be logged in to leave comments.
Login now