diff options
-rw-r--r-- | meta-oe/recipes-support/c-ares/c-ares/run-ptest | 2 |
1 files changed, 1 insertions, 1 deletions
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 15971dec05..46572111b5 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 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | if ./arestest; then | 3 | if ./arestest --gtest_filter=-*.Live*; then |
4 | echo "PASS: c-ares" | 4 | echo "PASS: c-ares" |
5 | else | 5 | else |
6 | echo "FAIL: c-ares" | 6 | echo "FAIL: c-ares" |