mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-11 21:39:25 +00:00
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:
parent
d0f1b53f5d
commit
d538205f3c
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -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
|
||||
|
||||
|
@ -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)
|
2
debian/patches/series
vendored
2
debian/patches/series
vendored
@ -1 +1 @@
|
||||
disable_online_tests.patch
|
||||
disable_tests.patch
|
||||
|
Loading…
Reference in New Issue
Block a user