summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2018-09-21 13:56:29 +1000
committerEdward Thomson <ethomson@edwardthomson.com>2018-09-22 19:18:12 +1000
commit6576d4b11cba54c5821baf3251b627b055195bb3 (patch)
tree482b5213bb56ad5022c982aa6cd53559d110ad5f
parent5e0664d1876993ee6aaf47a609bde279ff4eefc0 (diff)
downloadlibgit2-ethomson/ci_026.tar.gz
ci: run clar with verbosityethomson/ci_026
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index acce6fd89..7a951b0ab 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -704,7 +704,7 @@ IF (BUILD_CLAR)
ENABLE_TESTING()
IF (WINHTTP OR OPENSSL_FOUND OR SECURITY_FOUND)
- ADD_TEST(libgit2_clar libgit2_clar -ionline -xclone::local::git_style_unc_paths -xclone::local::standard_unc_paths_are_written_git_style)
+ ADD_TEST(libgit2_clar libgit2_clar -v -ionline -xclone::local::git_style_unc_paths -xclone::local::standard_unc_paths_are_written_git_style)
ELSE ()
ADD_TEST(libgit2_clar libgit2_clar -v -xclone::local::git_style_unc_paths -xclone::local::standard_unc_paths_are_written_git_style)
ENDIF ()