Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
2a25492c13e2b768f94b864a51f84e82e4238aef
/
.
/
poky
/
meta
/
recipes-support
/
apr
/
apr-util
/
run-ptest
blob: ae19a1d11bfada77e7392aee03dc6df8c0ab9b8f [
file
] [
log
] [
blame
]
#!/bin/sh
cd test
./
testall
|
sed \
-
e
's|\(.*\): SUCCESS|PASS: \1|'
\
-
e
's|\(.*\): FAILED|FAIL: \1|'