From fae21b63caba6c4f5b8d76c948897dd9c1553069 Mon Sep 17 00:00:00 2001 From: Laurent Bonnans Date: Thu, 18 Jul 2019 11:21:04 +0200 Subject: Work around oe-selftest bug on sumo/thud Signed-off-by: Laurent Bonnans --- scripts/ci/oe-selftest.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/ci/oe-selftest.sh b/scripts/ci/oe-selftest.sh index 66b1fc9..178e7c1 100755 --- a/scripts/ci/oe-selftest.sh +++ b/scripts/ci/oe-selftest.sh @@ -17,5 +17,10 @@ export METADIR . "${TEST_REPO_DIR}/meta-updater/scripts/envsetup.sh" "${TEST_MACHINE}" "${TEST_BUILD_DIR}" set -x + +# work poky around bug on sumo and thud +# see https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=d3a94e5b9b3c107cf54d5639071cc6609c002f67 +mkdir -p "tmp/log" + oe-selftest -r "$@" ) -- cgit v1.2.3-54-g00ecf