summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/files/run-ptest
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-01-14 14:59:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-16 22:33:09 +0000
commita2a33b767857ff21a2396f5f4db39418d6e5aa45 (patch)
treebcf6053148b3007743faa5bfeb1205f02f709cba /meta/recipes-core/busybox/files/run-ptest
parente2848469adc841299c9067ba8183b3a7c0c20b57 (diff)
downloadpoky-a2a33b767857ff21a2396f5f4db39418d6e5aa45.tar.gz
busybox: fix failing ptests
(From OE-Core rev: d1693ddac0a80664aaf7431b1672391b94696b4f) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/files/run-ptest')
-rw-r--r--meta/recipes-core/busybox/files/run-ptest2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/files/run-ptest b/meta/recipes-core/busybox/files/run-ptest
index b19e5b5343..76873c9de2 100644
--- a/meta/recipes-core/busybox/files/run-ptest
+++ b/meta/recipes-core/busybox/files/run-ptest
@@ -6,4 +6,4 @@ export PATH=$bindir/bin:$PATH
6export SKIP_KNOWN_BUGS=1 6export SKIP_KNOWN_BUGS=1
7 7
8cd testsuite || exit 1 8cd testsuite || exit 1
9./runtest -v | sed -r 's/^(SKIPPED|UNTESTED):/SKIP:/' 9LANG=C.UTF-8 ./runtest -v | sed -r 's/^(SKIPPED|UNTESTED):/SKIP:/'