summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test b/test
index 8ea663a..e80c303 100755
--- a/test
+++ b/test
@@ -44,7 +44,7 @@ for modname in modnames:
if len(result.errors) > 0:
print "-"*20 + " Errors " + "-"*20
for error in result.errors:
- print "\n%s" % errors[1]
+ print "\n%s" % error[1]
print "-"*48
if flawless: