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:
authorKenneth Heafield <github@kheafield.com>2011-11-25 21:16:04 +0400
committerKenneth Heafield <github@kheafield.com>2011-11-25 21:16:04 +0400
commitaba1fc7bd190420254ac6df667bb5cea1fab4444 (patch)
tree8840cff1a8ed1abc2a925174b5ba33e5613eb32a /cruise-control
parent31305344804b4eb2f2f079fd7ea7ea821af8292a (diff)
Not necessary to compile scripts anymore
Diffstat (limited to 'cruise-control')
-rwxr-xr-xcruise-control/test_all_new_commits.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/cruise-control/test_all_new_commits.sh b/cruise-control/test_all_new_commits.sh
index a6cf8a150..97e4cdff5 100755
--- a/cruise-control/test_all_new_commits.sh
+++ b/cruise-control/test_all_new_commits.sh
@@ -101,12 +101,12 @@ function run_single_test () {
./bjam $MCC_CONFIGURE_ARGS >> $longlog 2>&1 || err="make"
fi
- echo "## make scripts" >> $longlog
- cd scripts
- if [ -z "$err" ]; then
- ../bjam >> $longlog 2>&1 || err="bjam scripts"
- fi
- cd ..
+# echo "## make scripts" >> $longlog
+# cd scripts
+# if [ -z "$err" ]; then
+# ../bjam >> $longlog 2>&1 || err="bjam scripts"
+# fi
+# cd ..
cd regression-testing
regtest_file=$(echo "$REGTEST_ARCHIVE" | sed 's/^.*\///')