aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/curl/curl/run-ptest
blob: c91f294dc782cdcf78078d97b83450f9bc4affae (plain)
1
2
3
4
5
#!/bin/sh
cd tests
./runtests.pl -a -n -s | sed \
     -e 's|\([^ ]* *\) \([^ ]* *\)...OK|PASS: \1 \2|' \
     -e 's|\([^ ]* *\) \([^ ]* *\)...FAILED|FAIL: \1 \2|'