summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/busybox')
-rw-r--r--meta/recipes-core/busybox/files/run-ptest1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/files/run-ptest b/meta/recipes-core/busybox/files/run-ptest
index 3608a8eb65..8b99bedc06 100644
--- a/meta/recipes-core/busybox/files/run-ptest
+++ b/meta/recipes-core/busybox/files/run-ptest
@@ -2,6 +2,7 @@
2 2
3current_dir=$(readlink -f $0) 3current_dir=$(readlink -f $0)
4export bindir=$(dirname $current_dir) 4export bindir=$(dirname $current_dir)
5export SKIP_KNOWN_BUGS=1
5 6
6cd testsuite || exit 1 7cd testsuite || exit 1
7./runtest -v | sed -r 's/^(SKIPPED|UNTESTED):/SKIP:/' 8./runtest -v | sed -r 's/^(SKIPPED|UNTESTED):/SKIP:/'