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>
This commit is contained in:
Alexey Sokolov
2023-05-28 14:38:57 +01:00
committed by Maciej Barć
parent b8b4dda3b1
commit 70c5dbc983

View File

@@ -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."
}