curl: Add ptest support
[AGL/meta-agl-devel.git] / meta-agl-test / recipes-support / curl / files / run-ptest
1 #!/bin/sh
2 cd tests
3 ./runtests.pl -a -n -s | sed \
4      -e 's|\([^ ]* *\) \([^ ]* *\)...OK|PASS: \1 \2|' \
5      -e 's|\([^ ]* *\) \([^ ]* *\)...FAILED|FAIL: \1 \2|' \
6      -e 's/Warning: test[0-9]\+ not present in tests\/data\/Makefile.inc//'