diff options
| author | Gordon Sim <gsim@apache.org> | 2008-03-07 19:07:32 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-03-07 19:07:32 +0000 |
| commit | 8f4d89dccf62bc6a0a41d9221049b136611e92dc (patch) | |
| tree | beb6def1c353198b6438e25bfaca4c0bf85d8d0b /qpid/python/run-tests | |
| parent | c8c75599115f4c8e8d610f16aaee77f1aed9324c (diff) | |
| download | qpid-python-8f4d89dccf62bc6a0a41d9221049b136611e92dc.tar.gz | |
Added acquire impl to final 0-10 codepath
Converted some more python tests
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@634780 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/run-tests')
| -rwxr-xr-x | qpid/python/run-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/run-tests b/qpid/python/run-tests index 7efe5523df..07162efd15 100755 --- a/qpid/python/run-tests +++ b/qpid/python/run-tests @@ -21,7 +21,7 @@ import sys, logging from qpid.testlib import testrunner -if "-v" in sys.argv: +if "-vv" in sys.argv: level = logging.DEBUG else: level = logging.WARN |
