summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/files/run-ptest
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-17 16:48:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-18 11:21:40 +0100
commitce69c21707aa19ab8a3f6c07dc5a560671ab53a4 (patch)
tree5d67c99e58eaaa4555cce64238b544db70797d6a /meta/recipes-devtools/perl/files/run-ptest
parenta725d188b5d6b5d3c5cf21cc2f3070a0fe711e18 (diff)
downloadopenembedded-core-contrib-ce69c21707aa19ab8a3f6c07dc5a560671ab53a4.tar.gz
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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl/files/run-ptest')
-rw-r--r--meta/recipes-devtools/perl/files/run-ptest2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/files/run-ptest b/meta/recipes-devtools/perl/files/run-ptest
new file mode 100644
index 0000000000..dad4d42916
--- /dev/null
+++ b/meta/recipes-devtools/perl/files/run-ptest
@@ -0,0 +1,2 @@
+#!/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|'