From 6bbbededdcfdcba5878a13478eee21805a2321a0 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sun, 5 Oct 2003 21:24:05 +0000 Subject: [PATCH] Ugh, Windows. --- test/test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test.py b/test/test.py index c00b2bdf8..4a4946813 100755 --- a/test/test.py +++ b/test/test.py @@ -285,8 +285,10 @@ if __name__ == '__main__': if not os.path.exists(conf.logDir): os.mkdir(conf.logDir) + debug._close() for filename in os.listdir(conf.logDir): os.remove(os.path.join(conf.logDir, filename)) + debug._open() world.testing = True if len(sys.argv) > 1: