You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the way we complete session by introducing forcibly stop. The
way that kirk works after this patch is the following:
- if user sends SIGINT or CTRL+C, we simply wait for the running
tests to complete and finally stop the session
- if user sends SIGINT or CTRL+C again, we stop any execution on the SUT
and we terminate the testing suite, flagging the killed test as TSKIP
Signed-off-by: Andrea Cervesato <[email protected]>
Closes: #78
0 commit comments