xref: /openbmc/openbmc/poky/meta/recipes-devtools/perl/files/run-ptest (revision 220dafdb7243da3683b8a972c80a3719c2d137ef)
1#!/bin/sh
2{ 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|'
3