mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 09:32:11 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
e2848469ad
commit
a2a33b7678
@@ -354,6 +354,8 @@ PTEST_BINDIR = "1"
|
||||
|
||||
do_install_ptest () {
|
||||
cp -r ${B}/testsuite ${D}${PTEST_PATH}/
|
||||
# These access the internet which is not guaranteed to work on machines running the tests
|
||||
rm -rf ${D}${PTEST_PATH}/testsuite/wget
|
||||
cp ${B}/.config ${D}${PTEST_PATH}/
|
||||
ln -s /bin/busybox ${D}${PTEST_PATH}/busybox
|
||||
}
|
||||
|
||||
@@ -6,4 +6,4 @@ export PATH=$bindir/bin:$PATH
|
||||
export SKIP_KNOWN_BUGS=1
|
||||
|
||||
cd testsuite || exit 1
|
||||
./runtest -v | sed -r 's/^(SKIPPED|UNTESTED):/SKIP:/'
|
||||
LANG=C.UTF-8 ./runtest -v | sed -r 's/^(SKIPPED|UNTESTED):/SKIP:/'
|
||||
|
||||
Reference in New Issue
Block a user