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-12 02:02:09 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-05-12 02:02:09 +0400
commit5f8bf32b65fbe10a46a6712f4098e6c09b702050 (patch)
tree86c17033fd8f405b51b6ec33b5c66dc12e193579 /regression-testing
parentf799f227ad62ef933b3b979c1f2bcc2f045c7c71 (diff)
delete test directory from repository
Diffstat (limited to 'regression-testing')
-rwxr-xr-xregression-testing/run-test-suite.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/regression-testing/run-test-suite.perl b/regression-testing/run-test-suite.perl
index 5d90ec01c..08ff458bf 100755
--- a/regression-testing/run-test-suite.perl
+++ b/regression-testing/run-test-suite.perl
@@ -79,7 +79,7 @@ GetOptions( "decoder-phrase=s" => \$decoderPhrase,
$data_dir = MosesRegressionTesting::find_data_directory($BIN_TEST, $data_dir);
my $test_run = "$BIN_TEST/run-single-test.pl --data-dir=$data_dir";
-$test_dir = $script_dir . "/tests";
+$test_dir = "$data_dir/tests";
$test_run .= " --test-dir=$test_dir" if $test_dir;
print "Data directory: $data_dir\n";