xref: /openbmc/openbmc/poky/meta/recipes-devtools/perl/files/run-ptest (revision 73bd93f1d0a338767f36fd1acb54c52ad057db39)
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