From b5d31e35fb2ef16a41afa164086ca07bb5741406 Mon Sep 17 00:00:00 2001 From: Joel Andres Granados Date: Tue, 3 Jun 2008 14:12:22 +0200 Subject: Make the pycFile.pyc on the fly before starting any tests in the initialization suite. --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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: -- cgit