From e68059f873e97d88d6bc83a421535e235a0b1527 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 30 Mar 2021 09:49:55 +0300 Subject: add --verbose flag --- .ci/local/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.ci/local/test.sh') diff --git a/.ci/local/test.sh b/.ci/local/test.sh index 99728e4..8ae7fe9 100755 --- a/.ci/local/test.sh +++ b/.ci/local/test.sh @@ -127,7 +127,7 @@ cgitize() { echo Running cgitize echo ---------------------------------------------------------------------- - python3 -m cgitize.main --config "$cgitize_conf_path" + python3 -m cgitize.main --config "$cgitize_conf_path" --verbose } check_contains() { -- cgit v1.2.3