[PATCH 4/9] test: remove unused and no-op --long-tests parameter

Jani Nikula jani at nikula.org
Sun Feb 26 05:42:56 PST 2017


It's been unused since its introduction in commit 0083854b1204 ("Copy
test framework from Git").
---
 test/test-lib.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/test/test-lib.sh b/test/test-lib.sh
index 218a06527f88..44c510517f97 100644
--- a/test/test-lib.sh
+++ b/test/test-lib.sh
@@ -117,8 +117,6 @@ do
 		debug=t; shift ;;
 	-i|--i|--im|--imm|--imme|--immed|--immedi|--immedia|--immediat|--immediate)
 		immediate=t; shift ;;
-	-l|--l|--lo|--lon|--long|--long-|--long-t|--long-te|--long-tes|--long-test|--long-tests)
-		GIT_TEST_LONG=t; export GIT_TEST_LONG; shift ;;
 	-h|--h|--he|--hel|--help)
 		help=t; shift ;;
 	-v|--v|--ve|--ver|--verb|--verbo|--verbos|--verbose)
-- 
2.11.0



More information about the notmuch mailing list