From add7ddb2e01ff4000513e0136aa2bc305228e561 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 15 Oct 2010 17:43:44 +1100 Subject: script: the --tests option has been replaced by --test-command --- script/bisect-test.py | 1 - 1 file changed, 1 deletion(-) (limited to 'script/bisect-test.py') diff --git a/script/bisect-test.py b/script/bisect-test.py index accee7a319..e4daa8c2c1 100755 --- a/script/bisect-test.py +++ b/script/bisect-test.py @@ -9,7 +9,6 @@ import os, tempfile, sys from optparse import OptionParser parser = OptionParser() -parser.add_option("", "--tests", help="list of tests to run", default='*') parser.add_option("", "--good", help="known good revision (default HEAD~100)", default='HEAD~100') parser.add_option("", "--bad", help="known bad revision (default HEAD)", default='HEAD') parser.add_option("", "--skip-build-errors", help="skip revision where make fails", -- cgit