summaryrefslogtreecommitdiff
path: root/tests/alltests.py
diff options
context:
space:
mode:
authorHeikki Toivonen <heikki@heikkitoivonen.net>2009-10-06 06:11:59 +0000
committerHeikki Toivonen <heikki@heikkitoivonen.net>2009-10-06 06:11:59 +0000
commit1b826494fdcb7a2b7fec7d20255049131e2fc321 (patch)
treeaca7c682e9ed17950e8109ba1d2c6391b39ec46c /tests/alltests.py
parentc8145b11f82db8bae09a22bab1382de5172492b6 (diff)
downloadm2crypto-1b826494fdcb7a2b7fec7d20255049131e2fc321.tar.gz
Make tests more verbose.
git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@714 2715db39-9adf-0310-9c64-84f055769b4b
Diffstat (limited to 'tests/alltests.py')
-rw-r--r--tests/alltests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/alltests.py b/tests/alltests.py
index ba89ab9..d8742d8 100644
--- a/tests/alltests.py
+++ b/tests/alltests.py
@@ -84,7 +84,7 @@ def runall(report_leaks=0):
try:
Rand.load_file('tests/randpool.dat', -1)
- unittest.TextTestRunner().run(suite())
+ unittest.TextTestRunner(verbosity=2).run(suite())
Rand.save_file('tests/randpool.dat')
finally:
if os.name == 'posix':