libgit2/debian/patches/disable_online_tests.patch
Russell Sim 2a5da45788 Disable online tests.
Debian packages shouldn't require the internet during tests.

Git-Dch: Short
Closes: #712300
Thanks: Felix Geyer for the heads up.
2013-07-02 19:16:24 +10:00

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)