From 89a1c88dd2cc2b6105f93df29594095c4a845cac Mon Sep 17 00:00:00 2001 From: fawce Date: Fri, 3 Feb 2012 00:15:21 -0500 Subject: [PATCH] attempting to fix problem with calling a subscript --- jenkins.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jenkins.sh b/jenkins.sh index 448a7592..1d18a3e6 100755 --- a/jenkins.sh +++ b/jenkins.sh @@ -14,12 +14,12 @@ fi # Create virtualenv and install necessary packages virtualenv --no-site-packages $PYENV_HOME . $PYENV_HOME/bin/activate -ordered_pip.sh $WORKSPACE/requirements.txt -ordered_pip.sh $WORKSPACE/requirements_dev.txt +./ordered_pip.sh $WORKSPACE/requirements.txt +./ordered_pip.sh $WORKSPACE/requirements_dev.txt cp /mnt/jenkins_backup/host_settings.py ./ #setup the local mongodb python dev_setup.py #run all the tests in test -nosetests \ No newline at end of file +nosetests