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-11 12:40:37 +0400
committerBarry Haddow <barry.haddow@gmail.com>2012-09-11 12:40:37 +0400
commitf4a268a766d2d11ee56d85b5e5d3220949903db2 (patch)
tree3f18ef9ca53238a74fca9fa199408041315a33e7 /cruise-control
parentbe76c67f96aa123ab7dda613f4a3b9f9d1beb329 (diff)
new location of reg tests
Diffstat (limited to 'cruise-control')
-rwxr-xr-xcruise-control/test_all_new_commits.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cruise-control/test_all_new_commits.sh b/cruise-control/test_all_new_commits.sh
index d064ff0df..93ef30cf1 100755
--- a/cruise-control/test_all_new_commits.sh
+++ b/cruise-control/test_all_new_commits.sh
@@ -44,7 +44,7 @@ GITREPO="$MCC_GITREPO"
# location of moses regression test data archive (assumes url at the moment)
REGTEST_ARCHIVE="$MCC_REGTEST_ARCHIVE"
[ -n "$REGTEST_ARCHIVE" ] \
- || REGTEST_ARCHIVE="git://github.com/hieuhoang/moses-reg-test-data.git"
+ || REGTEST_ARCHIVE="git://github.com/moses-smt/moses-regression-tests.git"
if [ ! -d "$WORKDIR" ]; then
mkdir "$WORKDIR" || die "Failed to create workdir $WORKDIR"