~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/lib/dbqp_opts/test_run_options.py

  • Committer: patrick crews
  • Date: 2011-06-28 21:07:43 UTC
  • mto: (2429.2.1 dbqp_revamp)
  • mto: This revision was merged to the branch mainline in revision 2435.
  • Revision ID: gleebix@gmail.com-20110628210743-vkwxw84rs6lcmtb3
Code cleanup / reorganization

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
    , dest="sysconfigfilepath"
92
92
    , action='store'
93
93
    , default=None # We want to have a file that will be our default defaults file...
94
 
    , help="The file that specifies system configuration specs for dbqp to execute tests"
 
94
    , help="The file that specifies system configuration specs for dbqp to execute tests (not yet implemented)"
95
95
    )
96
96
 
97
97
parser.add_option_group(config_control_group)