From 90f4038ec000bc66b903dc7e74ab2eced184e1e5 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Thu, 5 Aug 2021 16:14:31 +0200 Subject: [PATCH] [scripts.ci] Be more verbose while running ci-check commands --- bob/devtools/scripts/ci.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bob/devtools/scripts/ci.py b/bob/devtools/scripts/ci.py index d4288805..0b4bbd3c 100644 --- a/bob/devtools/scripts/ci.py +++ b/bob/devtools/scripts/ci.py @@ -1037,6 +1037,7 @@ def check(): "run", "--all-files", "--show-diff-on-failure", + "--verbose", ], env=env, ) -- GitLab