Add ability to inject depends at invocation time.
Fixes bug 992226 Change-Id: I21d081fc6f008fe98ce730abf6d0ef8f38988922
This commit is contained in:
parent
dc504a929d
commit
76ec69571d
@ -16,7 +16,7 @@ do
|
||||
mkdir -p jenkins_venvs/$branch
|
||||
bundle=jenkins_venvs/$branch/.cache.bundle
|
||||
|
||||
REQUIRES="distribute openstack.nose_plugin"
|
||||
REQUIRES="distribute openstack.nose_plugin $@"
|
||||
if [ -f tools/pip-requires ] ; then
|
||||
REQUIRES="${REQUIRES} -r tools/pip-requires"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user