summaryrefslogtreecommitdiffstats
path: root/scripts/ci/oe-selftest.sh
diff options
context:
space:
mode:
authorlbonn <lbonn@users.noreply.github.com>2019-07-17 09:58:39 +0200
committerGitHub <noreply@github.com>2019-07-17 09:58:39 +0200
commitb11e4ab227bed2e368646cb348e41a4603ed55e0 (patch)
tree8f5430210f314fc3ef7aead29beecf99047b8894 /scripts/ci/oe-selftest.sh
parentf68e1d59f0a0ed4341dad3b16d4979b1b63336d7 (diff)
parent5463396b1d47a122f5aef9a619244fd1777c0b56 (diff)
downloadmeta-updater-b11e4ab227bed2e368646cb348e41a4603ed55e0.tar.gz
Merge pull request #537 from advancedtelematic/ci/oe-selftest
Ci/oe selftest
Diffstat (limited to 'scripts/ci/oe-selftest.sh')
-rwxr-xr-xscripts/ci/oe-selftest.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/ci/oe-selftest.sh b/scripts/ci/oe-selftest.sh
index 3124cce..66b1fc9 100755
--- a/scripts/ci/oe-selftest.sh
+++ b/scripts/ci/oe-selftest.sh
@@ -12,7 +12,10 @@ TEST_REPO_DIR=${TEST_REPO_DIR:-updater-repo}
12( 12(
13set +euo pipefail 13set +euo pipefail
14set +x 14set +x
15METADIR=$(realpath "$TEST_REPO_DIR")
16export METADIR
15. "${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}"
16 18
17oe-selftest -r updater 19set -x
20oe-selftest -r "$@"
18) 21)