diff options
| -rw-r--r-- | meta-oe/recipes-support/mcelog/mcelog/run-ptest | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/mcelog/mcelog/run-ptest b/meta-oe/recipes-support/mcelog/mcelog/run-ptest index ba7a2c7683..320240f276 100644 --- a/meta-oe/recipes-support/mcelog/mcelog/run-ptest +++ b/meta-oe/recipes-support/mcelog/mcelog/run-ptest | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | make -C tests test | 3 | make -C tests test | sed -e '/\[PASS\]/ s/^/PASS: /g' \ |
| 4 | -e '/\[FAIL\]/ s/^/FAIL: /g' \ | ||
| 5 | -e '/\[IGNORE\]/ s/^/SKIP: /g' \ | ||
| 6 | -e 's/IGNORE:/SKIP:/' \ | ||
| 7 | -e 's/: \[PASS\]//' \ | ||
| 8 | -e 's/: \[FAIL\]//' \ | ||
| 9 | -e 's/: \[IGNORE\]//' | ||
