[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openembedded-devel
Subject:    [oe] [meta-oe][PATCH 1/2] c-ares: Filter out "Live" tests
From:       "Alex Kiernan" <alex.kiernan () gmail ! com>
Date:       2023-12-31 9:31:35
Message-ID: 20231231093136.15425-1-alex.kiernan () gmail ! com
[Download RAW message or body]

Content-Transfer-Encoding: 8bit

Inside a default `runqemu` there's no resolv.conf, so the "Live" tests
fail, exclude them by default.

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
---

 meta-oe/recipes-support/c-ares/c-ares/run-ptest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/c-ares/c-ares/run-ptest \
b/meta-oe/recipes-support/c-ares/c-ares/run-ptest index 15971dec058c..46572111b5cf \
                100644
--- a/meta-oe/recipes-support/c-ares/c-ares/run-ptest
+++ b/meta-oe/recipes-support/c-ares/c-ares/run-ptest
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-if ./arestest; then
+if ./arestest --gtest_filter=-*.Live*; then
 	echo "PASS: c-ares"
 else
 	echo "FAIL: c-ares"
-- 
2.39.0



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#107950): https://lists.openembedded.org/g/openembedded-devel/message/107950
Mute This Topic: https://lists.openembedded.org/mt/103444400/4455120
Group Owner: openembedded-devel+owner@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [openembedded-devel@marc.info]
-=-=-=-=-=-=-=-=-=-=-=-



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic