Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
83ecb75644b3d677c274188f9ac0b2374d6f6925
/
.
/
poky
/
meta
/
recipes-devtools
/
python
/
python
/
run-ptest
blob: c7002a4560c15b662e5b39ab93329f6951a784d7 [
file
] [
log
] [
blame
]
#!/bin/sh
python
-
mtest
-
W
|
sed
-
u
-
e
'/\.\.\. ok/ s/^/PASS: /g'
-
e
'/\.\.\. [ERROR|FAIL]/ s/^/FAIL: /g'
-
e
'/\.\.\. skipped/ s/^/SKIP: /g'
-
e
's/ \.\.\. ok//g'
-
e
's/ \.\.\. ERROR//g'
-
e
's/ \.\.\. FAIL//g'
-
e
's/ \.\.\. skipped//g'