Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
79641f25e882b55af6a647cfc0bf6bcc025661a5
/
.
/
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|'