mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 05:14:36 +03:00
don't run beautify from cruise control. Not master, a particular commit
This commit is contained in:
parent
3ea5faead8
commit
ca82e9a244
@ -107,8 +107,6 @@ function run_single_test () {
|
||||
#regtest_dir=$PWD/$(basename $regtest_file .tgz)
|
||||
cd ..
|
||||
|
||||
./scripts/other/beautify.py --format --skip-perltidy
|
||||
|
||||
echo "## ./bjam clean" >> $longlog
|
||||
./bjam clean $MCC_CONFIGURE_ARGS --with-regtest=$regtest_dir >> $longlog 2>&1 || warn "bjam clean failed, suspicious"
|
||||
|
||||
@ -154,7 +152,6 @@ function run_single_test () {
|
||||
date >> $longlog
|
||||
|
||||
if [ -z "$err" ]; then
|
||||
git commit -am "automatic daily beautifier"
|
||||
status="OK"
|
||||
else
|
||||
git reset --hard HEAD
|
||||
|
Loading…
Reference in New Issue
Block a user