aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
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 09:32:17 +0000
commitb7ab8de1e5767593d1933cf1a86b91ec2fb9d607 (patch)
tree0709fbaab843d837174291da46674765cbcc8acf /meta/recipes-core
parent0f8608dbdf150470f1b4e882515fe9f78f82b43a (diff)
downloadopenembedded-core-contrib-b7ab8de1e5767593d1933cf1a86b91ec2fb9d607.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. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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:/'