summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2019-07-18 11:21:04 +0200
committerLaurent Bonnans <laurent.bonnans@here.com>2019-07-18 12:10:26 +0200
commitfae21b63caba6c4f5b8d76c948897dd9c1553069 (patch)
treeb69408b8ba6e00dcf5de583d69cebd6de80390bf
parentb11e4ab227bed2e368646cb348e41a4603ed55e0 (diff)
downloadmeta-updater-ci/fix-oe-old.tar.gz
Work around oe-selftest bug on sumo/thudci/fix-oe-old
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
-rwxr-xr-xscripts/ci/oe-selftest.sh5
1 files changed, 5 insertions, 0 deletions
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
17. "${TEST_REPO_DIR}/meta-updater/scripts/envsetup.sh" "${TEST_MACHINE}" "${TEST_BUILD_DIR}" 17. "${TEST_REPO_DIR}/meta-updater/scripts/envsetup.sh" "${TEST_MACHINE}" "${TEST_BUILD_DIR}"
18 18
19set -x 19set -x
20
21# work poky around bug on sumo and thud
22# see https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=d3a94e5b9b3c107cf54d5639071cc6609c002f67
23mkdir -p "tmp/log"
24
20oe-selftest -r "$@" 25oe-selftest -r "$@"
21) 26)