Lines Matching defs:log
14 LOG="check-xinclude-test-suite.log"
16 log = open(LOG, "w")
47 global log
61 global log
153 # Log the ontext
155 log.write("Test ID %s\n" % (id))
156 log.write(" File: %s\n" % (URI))
160 log.write(" %s:%s\n\n" % (type, content))
162 log.write(" ----\n%s ----\n" % (error_msg))
164 log.write("\n")
166 log.write("diff from test %s:\n" %(id))
167 log.write(" -----------\n%s\n -----------\n" % (diff));
218 log.close()