aboutsummaryrefslogtreecommitdiffstats
path: root/regression-tests.py
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2008-10-14 22:51:00 -0400
committerWaylan Limberg <waylan@gmail.com>2008-10-14 22:51:00 -0400
commit4a2e9020d786e72c0be0e9ea42e7dc2f855bb856 (patch)
treef5df10b474268e203a8a3e8c03679384f021401f /regression-tests.py
parent497932647e2bb489ce29c9cefd549e10f752757d (diff)
downloadmarkdown-4a2e9020d786e72c0be0e9ea42e7dc2f855bb856.tar.gz
markdown-4a2e9020d786e72c0be0e9ea42e7dc2f855bb856.tar.bz2
markdown-4a2e9020d786e72c0be0e9ea42e7dc2f855bb856.zip
Increased verbosity of regression test output.
Diffstat (limited to 'regression-tests.py')
-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)