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:
authorbhaddow <bhaddow@1f5c12ca-751b-0410-a591-d2e778427230>2011-09-08 22:03:30 +0400
committerbhaddow <bhaddow@1f5c12ca-751b-0410-a591-d2e778427230>2011-09-08 22:03:30 +0400
commit8d558d2e04816854b51fe16980f1684ee385d9ca (patch)
treeaff032c2217758fd6683d1280b84da3b0346f2ed /regression-testing
parented8d85acc143b991d18222bbf3b920cef8c22575 (diff)
Fix test script
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@4194 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'regression-testing')
-rwxr-xr-xregression-testing/run-test-suite.perl4
1 files changed, 2 insertions, 2 deletions
diff --git a/regression-testing/run-test-suite.perl b/regression-testing/run-test-suite.perl
index 034b23aea..2eabce02c 100755
--- a/regression-testing/run-test-suite.perl
+++ b/regression-testing/run-test-suite.perl
@@ -101,9 +101,9 @@ foreach my $test (@tests)
{
$cmd .= "$BIN_TEST/run-test-scorer.perl $test_run --scorer=$scoreExe";
}
- elsif ($test ~= /^mert/)
+ elsif ($test =~ /^mert/)
{
- $cmd .= "$BIN_TEST/run-test-mert.perl $test_run --data-dir=";
+ $cmd .= "$BIN_TEST/run-test-mert.perl $test_run";
}
else
{