Add ability to inject depends at invocation time.

Fixes bug 992226

Change-Id: I21d081fc6f008fe98ce730abf6d0ef8f38988922
This commit is contained in:
Monty Taylor 2012-05-05 12:43:45 -07:00
parent dc504a929d
commit 76ec69571d

View File

@ -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