Merge "Be verbose in gate hoook for requirements job"

This commit is contained in:
Jenkins 2014-07-11 14:08:11 +00:00 committed by Gerrit Code Review
commit 6a5a5828f8

View File

@ -20,6 +20,7 @@
export DEVSTACK_GATE_REQS_INTEGRATION=1
export PIP_PROCESS_DEPENDENCY_LINKS=1
function gate_hook {{
set -x
bash $BASE/new/devstack-gate/devstack-vm-gate.sh && \
bash -xe $BASE/new/pbr/tools/integration.sh $(cat $BASE/new/requirements/projects.txt)
}}