mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-11 14:07:49 +00:00
ctest: temporarily disable UNC path tests
(Temporarily) disable UNC path tests to work around AppVeyor issues.
This commit is contained in:
parent
40139fe6e6
commit
f218508f4a
@ -706,9 +706,9 @@ IF (BUILD_CLAR)
|
|||||||
|
|
||||||
ENABLE_TESTING()
|
ENABLE_TESTING()
|
||||||
IF (WINHTTP OR OPENSSL_FOUND OR SECURITY_FOUND)
|
IF (WINHTTP OR OPENSSL_FOUND OR SECURITY_FOUND)
|
||||||
ADD_TEST(libgit2_clar libgit2_clar -ionline)
|
ADD_TEST(libgit2_clar libgit2_clar -ionline -xclone::local::git_style_unc_paths -xclone::local::standard_unc_paths_are_written_git_style)
|
||||||
ELSE ()
|
ELSE ()
|
||||||
ADD_TEST(libgit2_clar libgit2_clar -v)
|
ADD_TEST(libgit2_clar libgit2_clar -v -xclone::local::git_style_unc_paths -xclone::local::standard_unc_paths_are_written_git_style)
|
||||||
ENDIF ()
|
ENDIF ()
|
||||||
|
|
||||||
# Add a test target which runs the cred callback tests, to be
|
# Add a test target which runs the cred callback tests, to be
|
||||||
|
Loading…
Reference in New Issue
Block a user