Issue #27787: No longer call deleted test_main().

This commit is contained in:
Terry Jan Reedy 2016-08-23 14:20:37 -04:00
parent 1f5beb7a6e
commit ffcb022738
1 changed files with 1 additions and 1 deletions

View File

@ -1713,4 +1713,4 @@ def test_tunnel_debuglog(self):
if __name__ == '__main__':
test_main()
unittest.main(verbosity=2)