summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-08-14 17:37:25 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-08-15 10:44:53 +0200
commit95ec2341a02f50ddc2013d707818fcf3738c133f (patch)
treec7220fa74dd0bcac258fcd20f19b99bd82b96db7 /.gitlab-ci
parent14dcc4a4f961bd6dd1d84ec858e0378cf43afa8b (diff)
downloadgobject-introspection-95ec2341a02f50ddc2013d707818fcf3738c133f.tar.gz
ci: always pass --count to flake8 to get more verbose output
This prints the error count to stderr, and more importantly 0 when everything is OK so we know it did something.
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/test-msys2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/test-msys2.sh b/.gitlab-ci/test-msys2.sh
index db4b087c..b51d0876 100644
--- a/.gitlab-ci/test-msys2.sh
+++ b/.gitlab-ci/test-msys2.sh
@@ -42,4 +42,4 @@ ninja
meson test --print-errorlogs --suite=gobject-introspection --no-suite=glib
cd ..
-python3 -m flake8
+python3 -m flake8 --count