summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
diff options
context:
space:
mode:
authorHengqing Hu <hudayou@hotmail.com>2012-12-13 15:46:37 +0800
committerHengqing Hu <hudayou@hotmail.com>2012-12-13 15:46:37 +0800
commit7d89fdf544e774ae470d8a9edce98f170300e3b2 (patch)
tree5e470962e00160d254055621a7ddde369b2aa3b2 /run_tests.sh
parentb963a93194c25f20db7eb87348ec1b61c06e7864 (diff)
downloadnova-7d89fdf544e774ae470d8a9edce98f170300e3b2.tar.gz
nova-7d89fdf544e774ae470d8a9edce98f170300e3b2.tar.xz
nova-7d89fdf544e774ae470d8a9edce98f170300e3b2.zip
Clean up run_tests.sh
Remove obsolete lines. Change-Id: Id6c868c857733dc4cbeceacab4d3a817b43b77b1
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/run_tests.sh b/run_tests.sh
index f424c093e..30279eae6 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -35,8 +35,6 @@ function process_option {
-s|--no-site-packages) no_site_packages=1;;
-r|--recreate-db) recreate_db=1;;
-n|--no-recreate-db) recreate_db=0;;
- -m|--patch-migrate) patch_migrate=1;;
- -w|--no-patch-migrate) patch_migrate=0;;
-f|--force) force=1;;
-p|--pep8) just_pep8=1;;
-P|--no-pep8) no_pep8=1;;
@@ -62,7 +60,6 @@ just_pep8=0
no_pep8=0
coverage=0
recreate_db=1
-patch_migrate=1
verbose=0
debug=0