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 | 039d4461a0c1bb44731bbee6df58c0ee0c1673cf (patch) | |
tree | 242e9dcd96b51dbe14ea8d474347a00b7c8fe6b5 /python/run-tests | |
parent | 28bb2c5583a4747594c869af46593f223344a043 (diff) | |
download | qpid-python-039d4461a0c1bb44731bbee6df58c0ee0c1673cf.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/qpid@634780 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/run-tests')
-rwxr-xr-x | python/run-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/run-tests b/python/run-tests index 7efe5523df..07162efd15 100755 --- a/python/run-tests +++ b/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 |