diff options
-rw-r--r-- | test_iso.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test_iso.pl b/test_iso.pl index c9863ae..caacbaf 100644 --- a/test_iso.pl +++ b/test_iso.pl @@ -84,3 +84,5 @@ my $tdiff = time() - $ts0; print "# Tested $name in $tdiff seconds.\n"; print $aggregator->all_passed, "\n", $aggregator->get_status, "\n"; + +exit($aggregator->all_passed ? 0 : 1); |