]> granicus.if.org Git - python/commitdiff
Removed debugging print in test_tarfile.
authorTim Peters <tim.peters@gmail.com>
Wed, 19 Feb 2003 02:41:44 +0000 (02:41 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 19 Feb 2003 02:41:44 +0000 (02:41 +0000)
In the Windows installer, continued the endless battle to copy over files
with new one-shot extensions.

Lib/test/test_tarfile.py
PCbuild/python20.wse

index 7b6d58dc38353a440ec45cb07d3a197334d81f1a..4a8edb81ae4dde1efb7ecbc3e19d91286df5229d 100644 (file)
@@ -21,7 +21,6 @@ def path(path):
     return test_support.findfile(path)
 
 testtar = path("testtar.tar")
-print testtar
 tempdir = path("testtar.dir")
 tempname = path("testtar.tmp")
 membercount = 10
index ad92740101c7d03e8058747803f9f38e8081ce94..41cb3456673390cea2a318f1c8adfdbc10ab6b14 100644 (file)
@@ -2320,6 +2320,24 @@ item: Install File
   Description=Python Test files
   Flags=0000000000000010
 end
+item: Install File
+  Source=..\lib\test\*.bz2
+  Destination=%MAINDIR%\Lib\test
+  Description=Python Test files
+  Flags=0000000000000010
+end
+item: Install File
+  Source=..\lib\test\*.tar
+  Destination=%MAINDIR%\Lib\test
+  Description=Python Test files
+  Flags=0000000000000010
+end
+item: Install File
+  Source=..\lib\test\*.gz
+  Destination=%MAINDIR%\Lib\test
+  Description=Python Test files
+  Flags=0000000000000010
+end
 item: Remark
 end
 item: Install File