aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xregression-tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/regression-tests.py b/regression-tests.py
index a53c639..41aa34c 100755
--- a/regression-tests.py
+++ b/regression-tests.py
@@ -152,4 +152,4 @@ for filename in os.listdir('markdown_extensions'):
if __name__ == '__main__':
#unittest.main()
- unittest.TextTestRunner().run(suite)
+ unittest.TextTestRunner(verbosity=2).run(suite)