summaryrefslogtreecommitdiff
path: root/poky/meta/recipes-support/curl/curl/run-ptest
blob: 2c74c58f5da342005cb87d8827238cd8dbeb52ec (plain)
1
2
3
4
5
6
#!/bin/sh
cd tests
{ ./runtests.pl -a -n -s || echo "FAIL: curl" ; } | sed \
     -e 's|\([^ ]* *\) \([^ ]* *\)...OK|PASS: \1 \2|' \
     -e 's|\([^ ]* *\) \([^ ]* *\)...FAILED|FAIL: \1 \2|' \
     -e 's/Warning: test[0-9]\+ not present in tests\/data\/Makefile.inc//'