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
Currently we call exit() in a handful of places within test_run_child().
Where the latter is annotated as `noreturn int` and we never check the
return value.
Just move the exit() further up the call stack and remove the noreturn
notation.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
0 commit comments