mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-14 14:13:45 +00:00
Disable online tests.
Debian packages shouldn't require the internet during tests. Git-Dch: Short Closes: #712300 Thanks: Felix Geyer for the heads up.
This commit is contained in:
parent
61fb4ac978
commit
2a5da45788
14
debian/patches/disable_online_tests.patch
vendored
Normal file
14
debian/patches/disable_online_tests.patch
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
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)
|
2
debian/patches/series
vendored
2
debian/patches/series
vendored
@ -1 +1 @@
|
|||||||
|
disable_online_tests.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user