Exit 1 if tests fail for Travis
This commit is contained in:
parent
007453cfd9
commit
1c9393291e
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ my $time_end = new Benchmark;
|
|||
my $time_diff = timediff($time_end, $time_start);
|
||||
print "Benchmark: ", timestr($time_diff), "\n";
|
||||
|
||||
exit 1 if $tests_failed;
|
||||
|
||||
__END__
|
||||
|
||||
|
|
Loading…
Reference in a new issue