summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/files/run-ptest
blob: 0547f818b22e8b67c49c93af3e33349d644ae2cf (plain)
1
2
#!/bin/sh
{ cd t && PERL_BUILD_PACKAGING=1 ./TEST || echo "FAIL: perl" ; } | sed -u -e 's|\(.*\) .* ok$|PASS: \1|' -e 's|\(.*\) .* skipped|SKIP: \1|' -e 's|\(.*\) \.\(.*\)|FAIL: \1|'