Files
poky/meta/recipes-devtools/perl/files/run-ptest
Richard Purdie 6896ca82f1 perl: Move perl-sanity -> perl
This was moved during the perl cleanup, it can/should be moved back now as
its confusing too many people.

(From OE-Core rev: ce69c21707aa19ab8a3f6c07dc5a560671ab53a4)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-06-18 11:23:48 +01:00

156 B

#!/bin/sh cd t && PERL_BUILD_PACKAGING=1 ./TEST | sed -u -e 's|(.) . ok$|PASS: \1|' -e 's|(.) . skipped|SKIP: \1|' -e 's|(.) .(.)|FAIL: \1|'