lit: Fix thinko in finding config file.

llvm-svn: 77828
This commit is contained in:
Daniel Dunbar 2009-08-01 23:09:12 +00:00
parent 84b453aca4
commit 5a283bf848
1 changed files with 2 additions and 2 deletions

View File

@ -215,8 +215,8 @@ def main():
help="Path to root test directory",
action="store", default=None)
parser.add_option("", "--config", dest="config",
help="Testing configuration file [default='%default']",
action="store", default=kConfigName)
help="Testing configuration file [default='%s']" % kConfigName,
action="store", default=None)
group = OptionGroup(parser, "Output Format")
# FIXME: I find these names very confusing, although I like the