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
This commit is contained in:
parent
b4a39fdcca
commit
9cfe3147a2
@ -43,7 +43,7 @@ rm -rf /tmp/puppet-openstack-integration
|
|||||||
git clone git://git.openstack.org/openstack/puppet-openstack-integration /tmp/puppet-openstack-integration
|
git clone git://git.openstack.org/openstack/puppet-openstack-integration /tmp/puppet-openstack-integration
|
||||||
cd /tmp/puppet-openstack-integration
|
cd /tmp/puppet-openstack-integration
|
||||||
|
|
||||||
SCENARIO=scenario003
|
export SCENARIO=scenario003
|
||||||
export SCRIPT_DIR=$(cd `dirname $0` && pwd -P)
|
export SCRIPT_DIR=$(cd `dirname $0` && pwd -P)
|
||||||
source $SCRIPT_DIR/functions
|
source $SCRIPT_DIR/functions
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user