Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
028142bd6118b39dd3928195162e5f1cf2a8f3ce
/
.
/
poky
/
meta
/
recipes-devtools
/
perl
/
files
/
run-ptest
blob: dad4d4291608eaa5b8ac32d9a26df89f125427a1 [
file
] [
log
] [
blame
]
#!/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|'