skip perltidy. Not available on thor (Ubuntu 12.04)

This commit is contained in:
Hieu Hoang 2015-05-31 21:51:43 +04:00
parent 559cc4dac0
commit afb032014d

View File

@ -107,7 +107,7 @@ function run_single_test () {
#regtest_dir=$PWD/$(basename $regtest_file .tgz)
cd ..
./scripts/other/beautify.py --format
./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"
@ -190,7 +190,7 @@ done
#### Main loop over all commits
for i in $MCC_SCAN_BRANCHES; do
warn "On brach $i"
warn "On branch $i"
git rev-list $i \
| while read commit; do
first_char=$(echo $commit | grep -o '^.')