Clean up run_tests.sh
Remove obsolete lines. Change-Id: Id6c868c857733dc4cbeceacab4d3a817b43b77b1
This commit is contained in:
1 changed files with 0 additions and 3 deletions
@@ -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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.