aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pv/pv/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/pv/pv/run-ptest')
-rw-r--r--meta-oe/recipes-support/pv/pv/run-ptest7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/pv/pv/run-ptest b/meta-oe/recipes-support/pv/pv/run-ptest
new file mode 100644
index 0000000000..3f5956f4c0
--- /dev/null
+++ b/meta-oe/recipes-support/pv/pv/run-ptest
@@ -0,0 +1,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