Parent Directory
|
Revision Log
|
Patch
revision 1219 by bh, Mon Jun 16 17:42:54 2003 UTC | revision 1245 by bh, Thu Jun 19 19:29:23 2003 UTC | |
---|---|---|
# | Line 57 def main(): | Line 57 def main(): |
57 | runner = unittest.TextTestRunner(verbosity = 2) | runner = unittest.TextTestRunner(verbosity = 2) |
58 | result = runner.run(suite) | result = runner.run(suite) |
59 | ||
60 | support.print_garbage_information() | support.print_additional_summary() |
61 | ||
62 | sys.exit(not result.wasSuccessful()) | sys.exit(not result.wasSuccessful()) |
63 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |