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:
Alex Kiernan
2023-12-31 09:31:35 +00:00
committed by Khem Raj
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"