summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Sokolov <alexey+gentoo@asokolov.org>2023-05-28 14:38:57 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-05-28 16:46:12 +0200
commit70c5dbc9838e47fdd9be3ed31029c71d8f17475c (patch)
tree6c61cb8f095c18d23f40db24020cc3d9f825f111 /dev-cpp/cpp-httplib
parentgames-strategy/wesnoth: add 1.17.17 (diff)
downloadgentoo-70c5dbc9838e47fdd9be3ed31029c71d8f17475c.tar.gz
gentoo-70c5dbc9838e47fdd9be3ed31029c71d8f17475c.tar.bz2
gentoo-70c5dbc9838e47fdd9be3ed31029c71d8f17475c.zip
dev-cpp/cpp-httplib: only run offline tests
Closes: https://bugs.gentoo.org/895520 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/31201 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-cpp/cpp-httplib')
-rw-r--r--dev-cpp/cpp-httplib/cpp-httplib-0.12.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/cpp-httplib/cpp-httplib-0.12.4.ebuild b/dev-cpp/cpp-httplib/cpp-httplib-0.12.4.ebuild
index c9a985c777d7..d0d8042448a0 100644
--- a/dev-cpp/cpp-httplib/cpp-httplib-0.12.4.ebuild
+++ b/dev-cpp/cpp-httplib/cpp-httplib-0.12.4.ebuild
@@ -46,5 +46,5 @@ src_configure() {
multilib_src_test() {
cp -p -R --reflink=auto "${S}/test" ./test || die
- emake -C test "CXX=$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} -I."
+ GTEST_FILTER='-*.*_Online' emake -C test "CXX=$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} -I."
}