From: Chen Qi Date: Thu, 15 Nov 2018 02:02:28 +0000 (+0800) Subject: busybox: skip known bugs in ptest X-Git-Tag: uninative-2.4~1138 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b7ab8de1e5767593d1933cf1a86b91ec2fb9d607;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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:/'