mirror of
https://git.proxmox.com/git/libgit2
synced 2025-11-02 03:01:53 +00:00
Merge pull request #4256 from libgit2/ethomson/unc_tests
(Temporarily) disable UNC tests
This commit is contained in:
commit
6a13cf1e00
@ -706,9 +706,9 @@ IF (BUILD_CLAR)
|
||||
|
||||
ENABLE_TESTING()
|
||||
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 ()
|
||||
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 ()
|
||||
|
||||
# Add a test target which runs the cred callback tests, to be
|
||||
|
||||
Loading…
Reference in New Issue
Block a user