mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
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>
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
current_dir=$(readlink -f $0)
|
current_dir=$(readlink -f $0)
|
||||||
export bindir=$(dirname $current_dir)
|
export bindir=$(dirname $current_dir)
|
||||||
|
export SKIP_KNOWN_BUGS=1
|
||||||
|
|
||||||
cd testsuite || exit 1
|
cd testsuite || exit 1
|
||||||
./runtest -v | sed -r 's/^(SKIPPED|UNTESTED):/SKIP:/'
|
./runtest -v | sed -r 's/^(SKIPPED|UNTESTED):/SKIP:/'
|
||||||
|
|||||||
Reference in New Issue
Block a user