diff --git a/cruise-control/test_all_new_commits.sh b/cruise-control/test_all_new_commits.sh index bb9305768..433857eb5 100755 --- a/cruise-control/test_all_new_commits.sh +++ b/cruise-control/test_all_new_commits.sh @@ -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