Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
e70461f58cb36a5fcb880f760a8304d598f14ab3
/
.
/
poky
/
meta
/
recipes-support
/
apr
/
apr-util
/
run-ptest
blob: ae19a1d11bfada77e7392aee03dc6df8c0ab9b8f [
file
] [
log
] [
blame
]
Patrick Williams
c124f4f
2015-09-15 14:41:29 -0500
[
diff
] [
blame
]
1
#!/bin/sh
2
3
cd test
4
./
testall
|
sed \
5
-
e
's|\(.*\): SUCCESS|PASS: \1|'
\
6
-
e
's|\(.*\): FAILED|FAIL: \1|'