~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/lib/test_run_options.py

  • Committer: Patrick Crews
  • Date: 2011-01-30 20:29:00 UTC
  • mto: This revision was merged to the branch mainline in revision 2130.
  • Revision ID: gleebix@gmail.com-20110130202900-y8r9hrwswny2qghd
Added --start-and-exit option

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
 )
86
86
 
87
87
system_control_group.add_option(
 
88
    "--start-and-exit"
 
89
  , dest="startandexit"
 
90
  , action="store_true"
 
91
  , default=False
 
92
  , help="Spin up the server(s) for the first specified test then exit (will leave servers running)"
 
93
  )
 
94
 
 
95
system_control_group.add_option(
88
96
    "--verbose"
89
97
   , dest="verbose"
90
98
   , action="store_true"