summaryrefslogtreecommitdiffstats
path: root/yocto-poky/meta/recipes-devtools/quilt/quilt/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/meta/recipes-devtools/quilt/quilt/run-ptest')
-rwxr-xr-xyocto-poky/meta/recipes-devtools/quilt/quilt/run-ptest5
1 files changed, 5 insertions, 0 deletions
diff --git a/yocto-poky/meta/recipes-devtools/quilt/quilt/run-ptest b/yocto-poky/meta/recipes-devtools/quilt/quilt/run-ptest
new file mode 100755
index 000000000..958a9df5b
--- /dev/null
+++ b/yocto-poky/meta/recipes-devtools/quilt/quilt/run-ptest
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+ln -sf /bin/ed /usr/bin/ed
+for i in `ls test/*.test |awk -F. '{print $1}' |awk -F/ '{print $2}'`; do make check-$i; if [ $? -eq 0 ]; then echo PASS: $i.test; else echo FAIL: $i.test; fi; done
+rm -f /usr/bin/ed
OpenPOWER on IntegriCloud