mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 14:59:55 +00:00
c-ares: Filter out "Live" tests
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
if ./arestest; then
|
||||
if ./arestest --gtest_filter=-*.Live*; then
|
||||
echo "PASS: c-ares"
|
||||
else
|
||||
echo "FAIL: c-ares"
|
||||
|
||||
Reference in New Issue
Block a user