mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-17 11:48:20 +00:00

Debian packages shouldn't require the internet during tests. Git-Dch: Short Closes: #712300 Thanks: Felix Geyer for the heads up.
15 lines
324 B
Diff
15 lines
324 B
Diff
Disable online tests.
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 6bd25aa..f44190e 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -349,7 +349,7 @@ IF (BUILD_CLAR)
|
|
ENDIF ()
|
|
|
|
ENABLE_TESTING()
|
|
- ADD_TEST(libgit2_clar libgit2_clar -ionline)
|
|
+ ADD_TEST(libgit2_clar libgit2_clar -xonline)
|
|
ENDIF ()
|
|
|
|
IF (TAGS)
|