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