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:
-rwxr-xr-xregression-testing/run-test-suite.pl6
1 files changed, 4 insertions, 2 deletions
diff --git a/regression-testing/run-test-suite.pl b/regression-testing/run-test-suite.pl
index 49c41ec6c..b8f33d1f1 100755
--- a/regression-testing/run-test-suite.pl
+++ b/regression-testing/run-test-suite.pl
@@ -17,12 +17,14 @@ my @tests = qw (
basic-surface-binptable
multi-factor-binptable
nbest-multi-factor
- lattice-distortion
lattice-surface
lexicalized-reordering
lexicalized-reordering-cn
- xml-markup
);
+
+# lattice-distortion
+# xml-markup
+
############################################################
#@tests=qw(lattice-distortion);
use MosesRegressionTesting;