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