2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-02-07 16:15:22 +08:00
This commit is contained in:
whitequark 2018-01-17 11:31:32 +00:00 committed by Sebastien Bourdeauducq
parent d2e9ea8de6
commit 6f7771cb01

View File

@ -92,7 +92,7 @@ class WorkerCase(unittest.TestCase):
_run_experiment("ExceptionTermination") _run_experiment("ExceptionTermination")
self.assertGreater(len(logs.records), 0) self.assertGreater(len(logs.records), 0)
self.assertIn("Terminating with exception (TypeError)", self.assertIn("Terminating with exception (TypeError)",
logs.output[0]) logs.output[-1])
def test_watchdog_no_timeout(self): def test_watchdog_no_timeout(self):
_run_experiment("WatchdogNoTimeout") _run_experiment("WatchdogNoTimeout")