diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-01-20 10:01:53 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-02-16 09:37:03 +0100 |
commit | c5e7ddbc3866fae72bf7a41ffe90fa0787862f13 (patch) | |
tree | 5d8fb3e9dfd58e25e85598cce41526a1dc056402 /tests | |
parent | 1f7e0162173a0db91f7bda37eef45de84279cad9 (diff) |
mctest: silence the queue if we hit an error
This a backport of the Gabble commit ee177cfb2a13a8374e2f1037e806b7bc58aa708b
Diffstat (limited to 'tests')
-rw-r--r-- | tests/twisted/mctest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/twisted/mctest.py b/tests/twisted/mctest.py index 72051e44..fee227f3 100644 --- a/tests/twisted/mctest.py +++ b/tests/twisted/mctest.py @@ -105,6 +105,7 @@ def exec_test_deferred (fun, params, protocol=None, timeout=None, import traceback traceback.print_exc() error = e + queue.verbose = False # Clean up any accounts which are left over from the test. try: |