diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2018-11-15 10:02:28 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-16 11:46:07 +0000 |
commit | f48d111e42398222e6ee8013a37ee35faf43ce09 (patch) | |
tree | 0d3141176d6d22c2c43c12be121433b47961720a /meta/recipes-core/busybox/files | |
parent | e442370f2a48425d0e170f3cccf491c1193dafd2 (diff) | |
download | poky-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/files')
-rw-r--r-- | meta/recipes-core/busybox/files/run-ptest | 1 |
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 @@ | |||
2 | 2 | ||
3 | current_dir=$(readlink -f $0) | 3 | current_dir=$(readlink -f $0) |
4 | export bindir=$(dirname $current_dir) | 4 | export bindir=$(dirname $current_dir) |
5 | export SKIP_KNOWN_BUGS=1 | ||
5 | 6 | ||
6 | cd testsuite || exit 1 | 7 | cd testsuite || exit 1 |
7 | ./runtest -v | sed -r 's/^(SKIPPED|UNTESTED):/SKIP:/' | 8 | ./runtest -v | sed -r 's/^(SKIPPED|UNTESTED):/SKIP:/' |