Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
92b42cb35d755f8cfe6c17d403711a536e0f0721
/
.
/
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|'