From c096e0c99193be5fbd31552b0daa5e3201cc67f8 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Thu, 6 Jun 2013 09:35:33 -0700 Subject: [PATCH] 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 --- integration-test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-test/test.sh b/integration-test/test.sh index 2dd8963f..f4b20564 100755 --- a/integration-test/test.sh +++ b/integration-test/test.sh @@ -15,6 +15,6 @@ fi git clone $REPO_ROOT/$org/$project --depth=1 cd $project set +e -flake8 +flake8 --select H --statistics cd .. rm -rf $project