forked from M-Labs/artiq
Fix 3313e997
.
This commit is contained in:
parent
3313e997df
commit
dbe48d3cad
|
@ -92,7 +92,7 @@ class WorkerCase(unittest.TestCase):
|
|||
_run_experiment("ExceptionTermination")
|
||||
self.assertGreater(len(logs.records), 0)
|
||||
self.assertIn("Terminating with exception (TypeError)",
|
||||
logs.output[0])
|
||||
logs.output[-1])
|
||||
|
||||
def test_watchdog_no_timeout(self):
|
||||
_run_experiment("WatchdogNoTimeout")
|
||||
|
|
Loading…
Reference in New Issue