aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.ci/local
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-30 09:49:55 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-30 09:51:40 +0300
commite68059f873e97d88d6bc83a421535e235a0b1527 (patch)
treea7de4278d959d862943eca4664e607f021e50487 /.ci/local
parentlinting (diff)
downloadcgitize-e68059f873e97d88d6bc83a421535e235a0b1527.tar.gz
cgitize-e68059f873e97d88d6bc83a421535e235a0b1527.zip
add --verbose flag
Diffstat (limited to '')
-rwxr-xr-x.ci/local/test.sh2
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() {