summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python/run-ptest
blob: c7002a4560c15b662e5b39ab93329f6951a784d7 (plain)
1
2
3
#!/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'