[oe-commits] [openembedded-core] 12/18: busybox: skip known bugs in ptest

git at git.openembedded.org git at git.openembedded.org
Fri Nov 16 10:30:31 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit b7ab8de1e5767593d1933cf1a86b91ec2fb9d607
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Thu Nov 15 10:02:28 2018 +0800

    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 at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/busybox/files/run-ptest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/busybox/files/run-ptest b/meta/recipes-core/busybox/files/run-ptest
index 3608a8e..8b99bed 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:/'

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list