don't run beautify from cruise control. Not master, a particular commit

This commit is contained in:
Hieu Hoang 2015-06-04 16:34:02 +04:00
parent 3ea5faead8
commit ca82e9a244

View File

@ -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