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 <hieuhoang@gmail.com>2016-01-12 01:10:17 +0300
committerHieu Hoang <hieuhoang@gmail.com>2016-01-12 01:10:17 +0300
commitbec531d0bc379f209345a2d188e25d01476248fa (patch)
tree0fa0c3d13a38e6a8161d40dcc013cdcc5e6088e7 /cruise-control
parent4825b9e08a44b97910addb762844fc2b0f34f2dc (diff)
delete bjam --with-giza arg /Ergun Bicici
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 11d71c62d..637357247 100755
--- a/cruise-control/test_all_new_commits.sh
+++ b/cruise-control/test_all_new_commits.sh
@@ -148,7 +148,7 @@ function run_single_test () {
cd ..
touch giza-pp.ok
fi
- ./bjam $MCC_CONFIGURE_ARGS --with-giza="$(pwd)/giza-pp/bin" || err="bjam with-giza"
+ ./bjam $MCC_CONFIGURE_ARGS" || err="bjam"
srilm_dir=$(echo $MCC_CONFIGURE_ARGS | sed -r 's/.*--with-srilm=([^ ]+) .*/\1/')
mach_type=$($srilm_dir/sbin/machine-type)
mkdir -p "$WORKDIR/ems_workdir"