forked from M-Labs/artiq
Fix 3313e997
.
This commit is contained in:
parent
d2e9ea8de6
commit
6f7771cb01
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue