forked from OSchip/llvm-project
parent
84b453aca4
commit
5a283bf848
|
@ -215,8 +215,8 @@ def main():
|
||||||
help="Path to root test directory",
|
help="Path to root test directory",
|
||||||
action="store", default=None)
|
action="store", default=None)
|
||||||
parser.add_option("", "--config", dest="config",
|
parser.add_option("", "--config", dest="config",
|
||||||
help="Testing configuration file [default='%default']",
|
help="Testing configuration file [default='%s']" % kConfigName,
|
||||||
action="store", default=kConfigName)
|
action="store", default=None)
|
||||||
|
|
||||||
group = OptionGroup(parser, "Output Format")
|
group = OptionGroup(parser, "Output Format")
|
||||||
# FIXME: I find these names very confusing, although I like the
|
# FIXME: I find these names very confusing, although I like the
|
||||||
|
|
Loading…
Reference in New Issue