From 7d89fdf544e774ae470d8a9edce98f170300e3b2 Mon Sep 17 00:00:00 2001 From: Hengqing Hu Date: Thu, 13 Dec 2012 15:46:37 +0800 Subject: Clean up run_tests.sh Remove obsolete lines. Change-Id: Id6c868c857733dc4cbeceacab4d3a817b43b77b1 --- run_tests.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'run_tests.sh') 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 -- cgit