tps: parametrize fully the default config file

parent 1f90e060
......@@ -286,7 +286,7 @@ def main1():
usage = '%prog: [options] test ...\nrun %prog --help for more help'
parser = OptionParser(usage)
parser.add_option("-c", "--config", dest="config",
default="tpsdefault.cfg",
default=default_config_file,
help="config file name")
parser.add_option("-C", "--cli", dest="cli", action="store_true",
help="enter command-line interpreter")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment