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:
authorBarry Haddow <barry.haddow@gmail.com>2012-09-18 16:46:00 +0400
committerBarry Haddow <barry.haddow@gmail.com>2012-09-18 16:46:00 +0400
commitd51a61eeee1c26a29866e76d89e2f16ca8f09384 (patch)
treee794f985befb5f67b753b451fab2c32b8312354d /regression-testing
parentab191b562e1ef835ee27e6655d41406d4d0b2447 (diff)
disable broken regression tests
Diffstat (limited to 'regression-testing')
-rw-r--r--regression-testing/Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/regression-testing/Jamfile b/regression-testing/Jamfile
index d16aedf48..efedbfaa6 100644
--- a/regression-testing/Jamfile
+++ b/regression-testing/Jamfile
@@ -49,5 +49,5 @@ if $(with-regtest) {
}
reg_test mert : [ glob $(test-dir)/mert.* ] : ../mert//mert : @reg_test_mert ;
- alias all : phrase chart mert score extract extractrules ;
+ alias all : phrase chart mert extract extractrules ;
}