diff options
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/local/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |