]> git.proxmox.com Git - libgit2.git/commitdiff
ctest: temporarily disable UNC path tests
authorEdward Thomson <ethomson@edwardthomson.com>
Wed, 7 Jun 2017 09:54:48 +0000 (10:54 +0100)
committerEdward Thomson <ethomson@edwardthomson.com>
Wed, 7 Jun 2017 09:54:48 +0000 (10:54 +0100)
(Temporarily) disable UNC path tests to work around AppVeyor issues.

CMakeLists.txt

index ca52db79cd1c4b55b6be86dd3e092c82b8693260..3fb8ae2ab923636c8ad2bf683b08268fa759c9ce 100644 (file)
@@ -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