Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAles Tamchyna <a.tamchyna@gmail.com>2011-10-21 16:58:47 +0400
committerAles Tamchyna <a.tamchyna@gmail.com>2011-10-21 16:58:47 +0400
commit3e765d259a279e7dce829b3e8f00e9b29f2b0340 (patch)
tree47b7bdbd2ab1591c8244098ad3c4eea7eef8094e /regression-testing
parent8d1833a69105b48b91b3ffe2a3c1d26062c6351c (diff)
parent3a994a6ce9e6ab2e4cdad707361be9cb32a5ba7f (diff)
Merge branch 'mtm6_cruise_control'
Diffstat (limited to 'regression-testing')
-rwxr-xr-xregression-testing/run-test-suite.perl1
1 files changed, 1 insertions, 0 deletions
diff --git a/regression-testing/run-test-suite.perl b/regression-testing/run-test-suite.perl
index f2fa9be08..f7545da99 100755
--- a/regression-testing/run-test-suite.perl
+++ b/regression-testing/run-test-suite.perl
@@ -149,6 +149,7 @@ my $pass_percentage = int(100 * ($total-$fail) / $total);
print "\n$pass_percentage% of the tests passed.\n";
print "$fail_percentage% of the tests failed.\n";
if ($fail_percentage>0) { print "\nPLEASE INVESTIGATE THESE FAILED TESTS: @failed\n"; }
+exit 2 if $fail > 0;
sub do_test {
my ($test) = @_;