mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 00:53:17 +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:
parent
7d8115d550
commit
1cc4b9a1d6
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
if ./arestest; then
|
||||
if ./arestest --gtest_filter=-*.Live*; then
|
||||
echo "PASS: c-ares"
|
||||
else
|
||||
echo "FAIL: c-ares"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user