diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-15 17:43:44 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-15 09:32:03 +0000 |
commit | add7ddb2e01ff4000513e0136aa2bc305228e561 (patch) | |
tree | a4c3b1a892516608d9b8fe3f6313b93b0ca85eee /script | |
parent | bda626da8149d58b82c16015e30f22681e06a962 (diff) | |
download | samba-add7ddb2e01ff4000513e0136aa2bc305228e561.tar.gz samba-add7ddb2e01ff4000513e0136aa2bc305228e561.tar.bz2 samba-add7ddb2e01ff4000513e0136aa2bc305228e561.zip |
script: the --tests option has been replaced by --test-command
Diffstat (limited to 'script')
-rwxr-xr-x | script/bisect-test.py | 1 |
1 files changed, 0 insertions, 1 deletions
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", |