mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-03 16:06:02 +00:00
Refresh patches (no functional changes)
Gbp-Dch: ignore
This commit is contained in:
parent
7dca18fff4
commit
ad22134df3
4
debian/patches/disable-online-tests.patch
vendored
4
debian/patches/disable-online-tests.patch
vendored
@ -10,13 +10,13 @@ Forwarded: not-needed
|
|||||||
1 file changed, 2 insertions(+)
|
1 file changed, 2 insertions(+)
|
||||||
|
|
||||||
diff --git a/tests/libgit2/CMakeLists.txt b/tests/libgit2/CMakeLists.txt
|
diff --git a/tests/libgit2/CMakeLists.txt b/tests/libgit2/CMakeLists.txt
|
||||||
index 866122d..3e6b4e7 100644
|
index af70f55..246da96 100644
|
||||||
--- a/tests/libgit2/CMakeLists.txt
|
--- a/tests/libgit2/CMakeLists.txt
|
||||||
+++ b/tests/libgit2/CMakeLists.txt
|
+++ b/tests/libgit2/CMakeLists.txt
|
||||||
@@ -66,6 +66,7 @@ endif()
|
@@ -66,6 +66,7 @@ endif()
|
||||||
include(AddClarTest)
|
include(AddClarTest)
|
||||||
add_clar_test(libgit2_tests offline -v -xonline)
|
add_clar_test(libgit2_tests offline -v -xonline)
|
||||||
add_clar_test(libgit2_tests invasive -v -sfilter::stream::bigfile -sodb::largefiles -siterator::workdir::filesystem_gunk -srepo::init -srepo::init::at_filesystem_root)
|
add_clar_test(libgit2_tests invasive -v -sfilter::stream::bigfile -sodb::largefiles -siterator::workdir::filesystem_gunk -srepo::init -srepo::init::at_filesystem_root -sonline::clone::connect_timeout_default)
|
||||||
+if(NOT DISABLE_ONLINE_TESTS)
|
+if(NOT DISABLE_ONLINE_TESTS)
|
||||||
add_clar_test(libgit2_tests online -v -sonline -xonline::customcert)
|
add_clar_test(libgit2_tests online -v -sonline -xonline::customcert)
|
||||||
add_clar_test(libgit2_tests online_customcert -v -sonline::customcert)
|
add_clar_test(libgit2_tests online_customcert -v -sonline::customcert)
|
||||||
|
Loading…
Reference in New Issue
Block a user