summaryrefslogtreecommitdiff
path: root/run_tests.sh
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@hp.com>2011-12-08 15:14:48 -0800
committerJames E. Blair <jeblair@hp.com>2011-12-08 15:17:51 -0800
commit5235106e95681a2942a083aff7c00d385bd10489 (patch)
treee1eb837b34c83c46d93e5f6173c7df2bf2b6422b /run_tests.sh
parent10c829ff39500d68f1e3493f5fa1a4e2f5bc26d6 (diff)
downloadnova-5235106e95681a2942a083aff7c00d385bd10489.tar.gz
Rename .nova-venv to .venv.
This simplifies a number of Jenkins jobs which currently, other than directory names, could be the same for all OpenStack projects. By renaming the virtualenv directory, the redundant Jenkins virtualenv build and copy jobs can be eliminated. Change-Id: Ieaf1dac3207ecb34b911c7edcd2086809abdf49e
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh
index 23e9783b1f..0b2acbc003 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -42,7 +42,7 @@ function process_option {
esac
}
-venv=.nova-venv
+venv=.venv
with_venv=tools/with_venv.sh
always_venv=0
never_venv=0