From 5a96543b367ab520033f47df34611c6dfdcfb1ab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Mon, 12 Apr 2010 05:22:25 +0000 Subject: [PATCH] Re-enable all tests, to see which ones fail on the buildbots. --- Lib/test/test_gdb.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Lib/test/test_gdb.py b/Lib/test/test_gdb.py index ba692bfa99..2b9e4adbfd 100644 --- a/Lib/test/test_gdb.py +++ b/Lib/test/test_gdb.py @@ -663,12 +663,12 @@ class PyLocalsTests(DebuggerTests): r".*\na = 1\nb = 2\nc = 3\n.*") def test_main(): - run_unittest(#PrettyPrintTests, - #PyListTests, - #StackNavigationTests, - #PyBtTests, - #PyPrintTests, - #PyLocalsTests + run_unittest(PrettyPrintTests, + PyListTests, + StackNavigationTests, + PyBtTests, + PyPrintTests, + PyLocalsTests ) if __name__ == "__main__": -- 2.40.0