mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +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
|
#!/bin/sh
|
||||||
|
|
||||||
if ./arestest; then
|
if ./arestest --gtest_filter=-*.Live*; then
|
||||||
echo "PASS: c-ares"
|
echo "PASS: c-ares"
|
||||||
else
|
else
|
||||||
echo "FAIL: c-ares"
|
echo "FAIL: c-ares"
|
||||||
|
|||||||
Reference in New Issue
Block a user