summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/diffstat/diffstat/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/diffstat/diffstat/run-ptest')
-rw-r--r--meta/recipes-devtools/diffstat/diffstat/run-ptest5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/diffstat/diffstat/run-ptest b/meta/recipes-devtools/diffstat/diffstat/run-ptest
new file mode 100644
index 0000000000..a936b3d3fe
--- /dev/null
+++ b/meta/recipes-devtools/diffstat/diffstat/run-ptest
@@ -0,0 +1,5 @@
1#!/bin/sh
2
3./testing/run_test.sh ./testing/case*.pat |sed \
4 -e 's|** ok|PASS|' \
5 -e 's|?? fail|FAIL|'