summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb/gdb/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb/run-ptest')
-rwxr-xr-xmeta/recipes-devtools/gdb/gdb/run-ptest2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gdb/gdb/run-ptest b/meta/recipes-devtools/gdb/gdb/run-ptest
new file mode 100755
index 0000000000..e8587e8961
--- /dev/null
+++ b/meta/recipes-devtools/gdb/gdb/run-ptest
@@ -0,0 +1,2 @@
1#!/bin/sh
2make -C testsuite check-single | sed -e 's/XFAIL/PASS/' -e 's/UNRESOLVED/SKIP/' -e 's/UNTESTED/SKIP/' -e 's/UNSUPPORTED/SKIP/'