From c6015f0c179328a4066653fcbf026a2251d94842 Mon Sep 17 00:00:00 2001
From: Stefan Behnel <scoder@users.berlios.de>
Date: Fri, 5 Mar 2010 10:16:00 +0100
Subject: [PATCH] fixes, fixes, ...

---
 runtests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtests.py b/runtests.py
index d435bae48..21929c50c 100644
--- a/runtests.py
+++ b/runtests.py
@@ -890,7 +890,7 @@ if __name__ == '__main__':
             xml_output_dir = None
 
     if xml_output_dir:
-        test_runner = XMLTestRunner(output=xml_output_dir, verbosity=options.verbosity > 0)
+        test_runner = XMLTestRunner(output=xml_output_dir, verbose=options.verbosity > 0)
     else:
         test_runner = unittest.TextTestRunner(verbosity=options.verbosity)
 
-- 
2.30.9