[Python-checkins] CVS: python/dist/src Makefile.pre.in,1.10,1.11

Jeremy Hylton jhylton@users.sourceforge.net
Fri, 02 Feb 2001 10:12:18 -0800


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv25977

Modified Files:
	Makefile.pre.in 
Log Message:
Undo recent exclusion of test_fork1 and test_zlib.  These tests don't
trigger my arbitrary exlusion rule, which is: takes more than 10
seconds of wall clock time on my machine.  If these tests are going to
be skipped, then a boatload of slower tests should be skipped, too.  


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** Makefile.pre.in	2001/02/02 03:03:33	1.10
--- Makefile.pre.in	2001/02/02 18:12:16	1.11
***************
*** 475,479 ****
  QUICKTESTOPTS=	$(TESTOPTS) -x test_thread test_signal test_strftime \
  		test_unicodedata test_re test_sre test_select test_poll \
! 		test_fork1 test_linuxaudiodev test_sunaudiodev test_zlib
  quicktest:	all platform
  		-rm -f $(srcdir)/Lib/test/*.py[co]
--- 475,479 ----
  QUICKTESTOPTS=	$(TESTOPTS) -x test_thread test_signal test_strftime \
  		test_unicodedata test_re test_sre test_select test_poll \
! 		test_linuxaudiodev test_sunaudiodev
  quicktest:	all platform
  		-rm -f $(srcdir)/Lib/test/*.py[co]