From 9cfe3147a2a403661034bd2c22a13d01ca7aea69 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Fri, 4 Dec 2015 12:17:00 -0500 Subject: [PATCH] all-in-one: export SCENARIO variable Export the variable so we make sure other dependencies, like run_tests.sh will read it correctly. Change-Id: I51d9692e0d57c7ccd607631103e433c6d2ef0eba --- all-in-one.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all-in-one.sh b/all-in-one.sh index 3a6e0b1c8..90e17c9d6 100755 --- a/all-in-one.sh +++ b/all-in-one.sh @@ -43,7 +43,7 @@ rm -rf /tmp/puppet-openstack-integration git clone git://git.openstack.org/openstack/puppet-openstack-integration /tmp/puppet-openstack-integration cd /tmp/puppet-openstack-integration -SCENARIO=scenario003 +export SCENARIO=scenario003 export SCRIPT_DIR=$(cd `dirname $0` && pwd -P) source $SCRIPT_DIR/functions