summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-06-03 14:12:22 +0200
committerJoel Andres Granados <jgranado@redhat.com>2008-06-03 14:12:22 +0200
commitb5d31e35fb2ef16a41afa164086ca07bb5741406 (patch)
treec2f7288605f56964223936905f71ba52c7bb68de /test
parent241466429e4ea679391950262d1a128e55b2c2e8 (diff)
downloadfirstaidkit-b5d31e35fb2ef16a41afa164086ca07bb5741406.tar.gz
firstaidkit-b5d31e35fb2ef16a41afa164086ca07bb5741406.tar.xz
firstaidkit-b5d31e35fb2ef16a41afa164086ca07bb5741406.zip
Make the pycFile.pyc on the fly before starting any tests in the initialization suite.
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: