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

Fred L. Drake fdrake@users.sourceforge.net
Thu, 01 Feb 2001 19:03:35 -0800


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

Modified Files:
	Makefile.pre.in 
Log Message:

Added fork1, linuxaudiodev, sunaudiodev, and zlib to the tests skipped
by the quicktest target.


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** Makefile.pre.in	2001/02/01 19:51:28	1.9
--- Makefile.pre.in	2001/02/02 03:03:33	1.10
***************
*** 474,478 ****
  
  QUICKTESTOPTS=	$(TESTOPTS) -x test_thread test_signal test_strftime \
! 		test_unicodedata test_re test_sre test_select test_poll
  quicktest:	all platform
  		-rm -f $(srcdir)/Lib/test/*.py[co]
--- 474,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]