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