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:
Russell Sim 2013-06-17 21:56:57 +10:00
parent 61fb4ac978
commit 2a5da45788
2 changed files with 15 additions and 1 deletions

View 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)

View File

@ -1 +1 @@
disable_online_tests.patch