Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
owners-plugin-test
/
193236933b0f4ab91b1625b64e2187e2db4e0e8f
/
.
/
poky
/
meta
/
recipes-devtools
/
python
/
python
/
run-ptest
blob: 13dfc99efd5a2a77719719a784960b44e2f02590 [
file
] [
log
] [
blame
]
#!/bin/sh
python
-
mtest
-
W
|
sed
-
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'