mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-08 13:18:15 +00:00
made test for cavern more robust against legs v shots
This commit is contained in:
@@ -275,7 +275,7 @@ class SubprocessTest(TestCase):
|
||||
self.assertTrue(sp.returncode == 0, f"{cwd} - survex is unhappy")
|
||||
|
||||
content = sp.stdout
|
||||
ph = r"Total length of survey legs"
|
||||
ph = r"Total plan length of survey"
|
||||
phmatch = re.search(ph, content)
|
||||
msg = f'{cwd} - Failed to find expected survex output: "{ph}"'
|
||||
self.assertIsNotNone(phmatch, msg)
|
||||
|
||||
Reference in New Issue
Block a user