~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/dbqp.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:
81
81
finally:
82
82
# TODO - make a more robust cleanup
83
83
# At the moment, runaway servers are our biggest concern
84
 
    if server_manager:
 
84
    if server_manager and not variables['startandexit']:
85
85
        server_manager.cleanup()
86
86