( self, ln )
| 94 | self.counters = {} # populated from TEST_ICE_ctr_xxx=N lines in output |
| 95 | |
| 96 | def WriteLn( self, ln ): |
| 97 | print( "%s> %s" % (self.tag, ln ) ) |
| 98 | self.log.write( "%s\n" % ln ) |
| 99 | self.log.flush() |
| 100 | |
| 101 | def run( self ): |
| 102 | global g_failed |