Setting force back to 0, cleaning up, driving Jenkins.

Change-Id: I44b7c8cb74c67afaf8c9a0806557b0e81c93a355
This commit is contained in:
Gabriel Hurley 2011-11-14 02:19:58 -08:00
parent 3655c938e0
commit dd6e9cc5dd
1 changed files with 1 additions and 2 deletions

View File

@ -48,7 +48,7 @@ django_with_venv=openstack-dashboard/tools/with_venv.sh
dashboard_with_venv=tools/with_venv.sh
always_venv=0
never_venv=0
force=1
force=0
with_coverage=0
selenium=0
testargs=""
@ -209,7 +209,6 @@ function sanity_check {
function backup_environment {
if [ $backup_env -eq 1 ]; then
rm -rf /tmp/.horizon_environment
echo "Backing up environment \"$JOB_NAME\"..."
if [ ! -e ${venv} ]; then
echo "Environment not installed. Cannot back up."