Merge "Correct function name to run the right script"

This commit is contained in:
Jenkins 2016-04-21 09:58:36 +00:00 committed by Gerrit Code Review
commit 8cb6337c6e

View File

@ -22,14 +22,14 @@
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
function gate_hook {{
function pre_test_hook {{
$BASE/new/octavia/octavia/tests/contrib/pre_test_hook.sh
}}
export -f gate_hook
export -f pre_test_hook
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh
publishers:
- devstack-logs
- console-log
- console-log