Enable all checks during integration test

When testing trunk hacking against projects we want to see the results
for all checks. To make the output easier to understand, also enable
statistics output at the end, so one can quickly see if there is any
change in the numbers

Change-Id: Ic80083a5605a988aae75c20df924eced8674ef1f
This commit is contained in:
Joe Gordon 2013-06-06 09:35:33 -07:00
parent a2317e9c6a
commit c096e0c991

View File

@ -15,6 +15,6 @@ fi
git clone $REPO_ROOT/$org/$project --depth=1 git clone $REPO_ROOT/$org/$project --depth=1
cd $project cd $project
set +e set +e
flake8 flake8 --select H --statistics
cd .. cd ..
rm -rf $project rm -rf $project