diff options
| -rw-r--r-- | meta-oe/recipes-support/c-ares/c-ares/run-ptest | 6 |
1 files changed, 1 insertions, 5 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 46572111b5..66ffd53889 100644 --- a/meta-oe/recipes-support/c-ares/c-ares/run-ptest +++ b/meta-oe/recipes-support/c-ares/c-ares/run-ptest | |||
| @@ -1,7 +1,3 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | ./arestest --gtest_filter=-*.Live* --gtest_print_time=0 | sed -E '/^\[ RUN/d ; s/\[ OK \]/PASS: / ; s/\[ DISABLED \]/SKIP: / ; s/\[ FAILED \]/FAIL: /' | ||
| 2 | 3 | ||
| 3 | if ./arestest --gtest_filter=-*.Live*; then | ||
| 4 | echo "PASS: c-ares" | ||
| 5 | else | ||
| 6 | echo "FAIL: c-ares" | ||
| 7 | fi | ||
