summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2018-11-15 10:02:28 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-16 11:46:07 +0000
commitf48d111e42398222e6ee8013a37ee35faf43ce09 (patch)
tree0d3141176d6d22c2c43c12be121433b47961720a /meta/recipes-core/busybox
parente442370f2a48425d0e170f3cccf491c1193dafd2 (diff)
downloadopenembedded-core-contrib-f48d111e42398222e6ee8013a37ee35faf43ce09.tar.gz
busybox: skip known bugs in ptest
Set SKIP_KNOWN_BUGS in run-ptest script to skip ptest cases which are known to relate to some known bugs. (From OE-Core rev: b7ab8de1e5767593d1933cf1a86b91ec2fb9d607) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 @@
current_dir=$(readlink -f $0)
export bindir=$(dirname $current_dir)
+export SKIP_KNOWN_BUGS=1
cd testsuite || exit 1
./runtest -v | sed -r 's/^(SKIPPED|UNTESTED):/SKIP:/'