From 039d4461a0c1bb44731bbee6df58c0ee0c1673cf Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Fri, 7 Mar 2008 19:07:32 +0000 Subject: 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 --- python/run-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/run-tests') 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 -- cgit v1.2.1