mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
script: the --tests option has been replaced by --test-command
This commit is contained in:
parent
bda626da81
commit
add7ddb2e0
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user