~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/dbqp.py

  • Committer: David Shrewsbury
  • Date: 2011-02-28 14:33:56 UTC
  • mfrom: (2207 bootstrap)
  • mto: (2208.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2209.
  • Revision ID: shrewsbury.dave@gmail.com-20110228143356-ws2m2tp7an44egkd
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
# At the moment, runaway servers are our biggest concern
84
84
    if server_manager and not variables['startandexit']:
85
85
        if variables['gdb']:
86
 
            server_manager.cleanup_all_servers)
 
86
            server_manager.cleanup_all_servers()
87
87
        else:
88
88
            server_manager.cleanup()
89
89
    if not variables['startandexit']: