summaryrefslogtreecommitdiff
path: root/tests/test-admin-deploy-uboot.sh
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2015-07-14 13:30:05 -0400
committerMatthew Barnes <mbarnes@redhat.com>2015-07-16 12:49:34 -0400
commitdf0cae437556e0e2c7e6b0c10e9750520d0c34f2 (patch)
tree3796b60ea3ca2e9139234a0bad609c49be947bd7 /tests/test-admin-deploy-uboot.sh
parent254def3584402e5f5ee877ef4904c9a8783dd440 (diff)
downloadostree-df0cae437556e0e2c7e6b0c10e9750520d0c34f2.tar.gz
tests: Export OSTREE_SYSROOT in setup_os_repository
Eliminates the need for constantly passing --sysroot=sysroot, but also makes ostree place remote configs for sysroot/ostree/repo in sysroot/etc/ostree/remotes.d where they should have been all along.
Diffstat (limited to 'tests/test-admin-deploy-uboot.sh')
-rwxr-xr-xtests/test-admin-deploy-uboot.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-admin-deploy-uboot.sh b/tests/test-admin-deploy-uboot.sh
index 11dee585..219db14b 100755
--- a/tests/test-admin-deploy-uboot.sh
+++ b/tests/test-admin-deploy-uboot.sh
@@ -24,6 +24,7 @@ set -e
echo "1..1"
+# Exports OSTREE_SYSROOT so --sysroot not needed.
setup_os_repository "archive-z2" "uboot"
echo "ok setup"