]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backport Guido's checkins which disabled the bastion tests
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 13 Jan 2003 19:24:05 +0000 (19:24 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 13 Jan 2003 19:24:05 +0000 (19:24 +0000)
Lib/test/output/test_bastion [deleted file]
Lib/test/test_bastion.py

diff --git a/Lib/test/output/test_bastion b/Lib/test/output/test_bastion
deleted file mode 100644 (file)
index a983936..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-test_bastion
-b.total() = 99
-b.sum = inaccessible
-b._add = inaccessible
-b._get_.func_defaults = [<type 'function'>] accessible
-==================== Using rexec: ====================
-b.total() = 198
-b.sum = inaccessible
-b._add = inaccessible
-b._get_.func_defaults = inaccessible
index 0a1ded7e7549152360b17e112b26b842d2455b0d..4760ec875cdcaab37c27906e78a5352da5c959fd 100644 (file)
@@ -1,3 +1,3 @@
-import Bastion
-
-Bastion._test()
+##import Bastion
+##
+##Bastion._test()