Skip to content

Commit

Permalink
tr00 comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Apr 28, 2011
1 parent f1ef8ee commit 59b5d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ def setup():
wait_until_server_start()

def teardown(total):
subprocess.call(['kill' , '-9', '%d' % env.server_process.pid])
subprocess.call(['kill' , '-9', '%d' % env.server_process.pid]) # heavy, really heavy
wait_until_server_stop()

0 comments on commit 59b5d56

Please sign in to comment.