summaryrefslogtreecommitdiff
path: root/tests/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run.py')
-rw-r--r--tests/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run.py b/tests/run.py
index 8a78af5c..bb0110be 100644
--- a/tests/run.py
+++ b/tests/run.py
@@ -74,7 +74,7 @@ def run_tests(with_coverage=False):
if (entry.startswith('test_') and entry.endswith('.py'))]
files.sort()
- WIDTH = 70
+ WIDTH = 80
print >>sys.stderr, \
('Pygments Test Suite running%s, stand by...' %