aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pv/pv/run-ptest
blob: 3f5956f4c0432930a46b680f766ac0a8937733d0 (plain)
1
2
3
4
5
6
7
#!/bin/sh

rm -rf tests.log
sh -e run-test.sh pv . > tests.log 2>&1
sed -e 's|\(.*\):.*OK|PASS: \1|' \
    -e 's|\(.*\):.*FAILED|FAIL: \1|' \
   tests.log