diff options
| author | Andy Smith <code@term.ie> | 2010-10-15 15:25:29 +0900 |
|---|---|---|
| committer | Andy Smith <code@term.ie> | 2010-10-15 15:25:29 +0900 |
| commit | 68c8f2ba174a5052a5681bb55f4e21cf5f0febbf (patch) | |
| tree | 4ac85bdad9af25c8902d79be336955094e847531 | |
| parent | aec330b34def7158f590ce855d0cd4ff5d0ed41c (diff) | |
| download | nova-68c8f2ba174a5052a5681bb55f4e21cf5f0febbf.tar.gz nova-68c8f2ba174a5052a5681bb55f4e21cf5f0febbf.tar.xz nova-68c8f2ba174a5052a5681bb55f4e21cf5f0febbf.zip | |
make run_tests.sh's default perform as expected
| -rwxr-xr-x | run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh index ec727d094..6a2b15b8f 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -55,7 +55,7 @@ else else echo -e "No virtual environment found...create one? (Y/n) \c" read use_ve - if [ "x$use_ve" = "xY" ]; then + if [ "x$use_ve" = "xY" -o "x$use_ve" = "x" ]; then # Install the virtualenv and run the test suite in it python tools/install_venv.py else |
