[dev-libs/mongo-c-driver] skip mock tests
This commit is contained in:
parent
d7904ebfdb
commit
0e95b91953
@ -92,6 +92,7 @@ src_configure() {
|
||||
|
||||
src_test() {
|
||||
export MONGOC_TEST_OFFLINE=on
|
||||
export MONGOC_TEST_SKIP_MOCK=on
|
||||
if ! use test-full; then
|
||||
export MONGOC_TEST_SKIP_LIVE=on
|
||||
else
|
||||
|
@ -98,8 +98,9 @@ src_configure() {
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
# FEATURES="test -network-sandbox" USE="static-libs" emerge dev-libs/mongo-c-driver
|
||||
src_test() {
|
||||
export MONGOC_TEST_OFFLINE=on
|
||||
export MONGOC_TEST_SKIP_MOCK=on
|
||||
if ! use test-full; then
|
||||
export MONGOC_TEST_SKIP_LIVE=on
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user