From 0cf1f1abe327c2d1dd6a3c74387f076a04443f04 Mon Sep 17 00:00:00 2001 From: fawce Date: Fri, 3 Feb 2012 00:10:17 -0500 Subject: [PATCH] added a call to bootstrap mongodb in jenkins --- jenkins.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jenkins.sh b/jenkins.sh index 9a557d2d..448a7592 100644 --- a/jenkins.sh +++ b/jenkins.sh @@ -17,4 +17,9 @@ virtualenv --no-site-packages $PYENV_HOME 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