script: the --tests option has been replaced by --test-command
authorAndrew Tridgell <tridge@samba.org>
Fri, 15 Oct 2010 06:43:44 +0000 (17:43 +1100)
committerAndrew Tridgell <tridge@samba.org>
Fri, 15 Oct 2010 09:32:03 +0000 (09:32 +0000)
script/bisect-test.py

index accee7a3193f7b2ffe01fb520d0bfce797b26655..e4daa8c2c12b2442c33f23c371b1cba12c66dd5c 100755 (executable)
@@ -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",