summaryrefslogtreecommitdiff
path: root/test/run
diff options
context:
space:
mode:
Diffstat (limited to 'test/run')
-rw-r--r--test/run1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run b/test/run
index e9bf5d0..1b7287a 100644
--- a/test/run
+++ b/test/run
@@ -76,6 +76,7 @@ if (isatty(fileno(STDOUT))) {
}
}
print $status, "\n";
+exit $failed ? 1 : 0;
sub exec_test($$) {
my ($prog, $in) = @_;