Merge "Add missing export -f post_test_hook in rally-cli"

This commit is contained in:
Jenkins 2014-05-22 21:44:29 +00:00 committed by Gerrit Code Review
commit c0bf54085e

View File

@ -71,18 +71,19 @@
- rally-plot
- job-template:
- job:
name: 'check-rally-cli'
node: '{node}'
node: 'devstack-precise || devstack-precise-check'
builders:
- link-logs
- devstack-checkout
- shell: |
#/bin/bash -xe
function post_test_hook {{
function post_test_hook {
/usr/local/jenkins/slave_scripts/run-tox.sh cli stackforge rally
}}
}
export -f post_test_hook
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh