Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 13ccfa5b authored by Florent Bouchez Tichadou's avatar Florent Bouchez Tichadou
Browse files

Hotfix: continue with timeout was returning errors in test of basic/keys

because in did not check that inferior was running before interrupting.
parent 9c331ea3
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,7 @@ class LevelTest(LevelText):
self.error = None
if 'timeout' in kwargs:
check_loop = TimeoutCallback(
self.tracker, kwargs['timeout'], self.interrupt_inferior
self.tracker, kwargs['timeout'], self.interrupt_inferior_if_running
)
check_loop.start()
self.parse_and_eval(cmdstr)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment