diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-30 09:49:55 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-30 09:51:40 +0300 |
commit | e68059f873e97d88d6bc83a421535e235a0b1527 (patch) | |
tree | a7de4278d959d862943eca4664e607f021e50487 /.ci/local/test.sh | |
parent | linting (diff) | |
download | cgitize-e68059f873e97d88d6bc83a421535e235a0b1527.tar.gz cgitize-e68059f873e97d88d6bc83a421535e235a0b1527.zip |
add --verbose flag
Diffstat (limited to '')
-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() { |