~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/dbqp.py

  • Committer: Monty Taylor
  • Date: 2011-02-13 17:24:18 UTC
  • mfrom: (2159.1.1 remove-lint)
  • mto: This revision was merged to the branch mainline in revision 2166.
  • Revision ID: mordred@inaugust.com-20110213172418-vd210j88hiwk8jih
Removed the lint stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
# TODO - make a more robust cleanup
83
83
# At the moment, runaway servers are our biggest concern
84
84
    if server_manager and not variables['startandexit']:
85
 
        if variables['gdb']:
86
 
            server_manager.cleanup_all_servers()
87
 
        else:
88
 
            server_manager.cleanup()
 
85
        server_manager.cleanup()
 
86
 
89
87
    if not variables['startandexit']:
90
88
        if test_manager:
91
89
            fail_count = test_manager.has_failing_tests()