summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Peck <bpeck@redhat.com>2014-06-23 22:13:10 -0400
committerBill Peck <bpeck@redhat.com>2014-06-23 22:13:10 -0400
commit158951d40d55a25eb743665387f9e03a8023a4f9 (patch)
tree8a344e32c240e824730006bd646a9f30007f3e83
parent9c419c119d30552fdc2318c39553d09eadf896af (diff)
downloadtests-158951d40d55a25eb743665387f9e03a8023a4f9.tar.gz
tests-158951d40d55a25eb743665387f9e03a8023a4f9.tar.xz
tests-158951d40d55a25eb743665387f9e03a8023a4f9.zip
support nested variables in REPOURL.
-rwxr-xr-xdistribution/addrepo/runtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/distribution/addrepo/runtest.sh b/distribution/addrepo/runtest.sh
index b75f75a..8bb53b6 100755
--- a/distribution/addrepo/runtest.sh
+++ b/distribution/addrepo/runtest.sh
@@ -9,7 +9,7 @@ REPONAME=${REPONAME:="postrepo0"}
cat << EOF >/etc/yum.repos.d/${REPONAME}.repo
[${REPONAME}]
name=${REPONAME}
-baseurl=${REPOURL}
+baseurl=$(eval echo ${REPOURL})
enabled=1
gpgcheck=0
skip_if_unavailable=1