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-06-25 13:04:06 +0400
committerBarry Haddow <barry.haddow@gmail.com>2012-06-25 13:04:06 +0400
commit0770b39bed35c3efaf50fdddfe14ebc09e49349f (patch)
tree890cb408b8158ea55a9dcc2f0aaa6264c4b0d306 /cruise-control
parentdb4b58a465867c2a9ba38abba541139e0089ad14 (diff)
increase test version number
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 873691e22..7e9689418 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="http://www.statmt.org/moses/reg-testing/moses-reg-test-data-10.tgz"
+ || REGTEST_ARCHIVE="http://www.statmt.org/moses/reg-testing/moses-reg-test-data-11.tgz"
if [ ! -d "$WORKDIR" ]; then
mkdir "$WORKDIR" || die "Failed to create workdir $WORKDIR"