From 70c5dbc9838e47fdd9be3ed31029c71d8f17475c Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sun, 28 May 2023 14:38:57 +0100 Subject: dev-cpp/cpp-httplib: only run offline tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/895520 Signed-off-by: Alexey Sokolov Closes: https://github.com/gentoo/gentoo/pull/31201 Signed-off-by: Maciej Barć --- dev-cpp/cpp-httplib/cpp-httplib-0.12.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-cpp/cpp-httplib') 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." } -- cgit v1.2.3-65-gdbad