summaryrefslogtreecommitdiff
path: root/runner/executor.c
diff options
context:
space:
mode:
Diffstat (limited to 'runner/executor.c')
-rw-r--r--runner/executor.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/runner/executor.c b/runner/executor.c
index 089e6312..2038c3fd 100644
--- a/runner/executor.c
+++ b/runner/executor.c
@@ -1240,6 +1240,8 @@ bool execute(struct execute_state *state,
free(reason);
free(nexttest);
+ status = false;
+
goto end;
}
}
@@ -1280,6 +1282,7 @@ bool execute(struct execute_state *state,
free(prev);
free(next);
free(reason);
+ status = false;
break;
}