Disable simple blame test

This simple blame test depends on the libgit2 repo which isn't shipped
in the orig tarball.
This commit is contained in:
Russell Sim 2014-02-13 09:35:58 +11:00
parent d0f1b53f5d
commit d538205f3c
3 changed files with 12 additions and 3 deletions

3
debian/changelog vendored
View File

@ -1,6 +1,9 @@
libgit2 (0.20.0-1) UNRELEASED; urgency=medium
* New upstream release 0.20.0.
* debian/patches/disable_online_tests.patch: Renamed to
disable_tests.patch.
* debian/patches/disable_tests.patch: Disabled blame test.
-- Russell Sim <russell.sim@gmail.com> Thu, 13 Feb 2014 09:17:02 +1100

View File

@ -1,4 +1,10 @@
Disable online tests.
Disable incompatible tests
online - disable online tests.
blame::simple::trivial_libgit2 - requires the libgit2 directory to be
a repository
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6bd25aa..f44190e 100644
--- a/CMakeLists.txt
@ -8,7 +14,7 @@ index 6bd25aa..f44190e 100644
ENABLE_TESTING()
- ADD_TEST(libgit2_clar libgit2_clar -ionline)
+ ADD_TEST(libgit2_clar libgit2_clar -xonline)
+ ADD_TEST(libgit2_clar libgit2_clar -xonline -xblame::simple::trivial_libgit2)
ENDIF ()
IF (TAGS)

View File

@ -1 +1 @@
disable_online_tests.patch
disable_tests.patch