Merge "Fix syntax error in gate-heat-templates-dsvm"

This commit is contained in:
Jenkins 2016-01-12 19:05:24 +00:00 committed by Gerrit Code Review
commit bc555c27a6

View File

@ -19,10 +19,10 @@
export DEVSTACK_GATE_TEMPEST=0
export DEVSTACK_GATE_EXERCISES=0
function post_test_hook {{
function post_test_hook {
cd $BASE/new/heat-templates/tools
./post_test_hook.sh
}}
}
export -f post_test_hook
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh