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:
authorHieu Hoang <fishandfrolick@gmail.com>2012-05-11 18:21:52 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-05-11 18:21:52 +0400
commit901f405262c7bbacd88efe64a3afa675ad80e9ea (patch)
treef43ecf429a4d77da256238128774af889d8b5155 /regression-testing
parent9dfa7869138ff5df9f869eef7fdf90f652f67057 (diff)
extract regression test
Diffstat (limited to 'regression-testing')
-rwxr-xr-xregression-testing/run-test-extract.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/regression-testing/run-test-extract.perl b/regression-testing/run-test-extract.perl
index cf64f3881..1e8759a5a 100755
--- a/regression-testing/run-test-extract.perl
+++ b/regression-testing/run-test-extract.perl
@@ -53,7 +53,7 @@ my $truthPath = "$test_dir/$test_name/truth/";
if (-e $outPath)
{
- my $cmd = "diff $outPath/test.txt $truthPath | wc -l";
+ my $cmd = "diff $outPath/* $truthPath/* | wc -l";
my $numDiff = `$cmd`;