[Python-checkins] CVS: python/dist/src Makefile.in,1.92,1.93

Barry Warsaw python-dev@python.org
Thu, 3 Aug 2000 08:52:32 -0700


Update of /cvsroot/python/python/dist/src
In directory slayer.i.sourceforge.net:/tmp/cvs-serv2473

Modified Files:
	Makefile.in 
Log Message:
TESTOPTS: Since gc is enabled by default now (this may change for the
final release), run "make test" with gc's LEAK_DEBUG enabled.  This
uses the new -l flag to regrtest.


Index: Makefile.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.in,v
retrieving revision 1.92
retrieving revision 1.93
diff -C2 -r1.92 -r1.93
*** Makefile.in	2000/07/31 18:26:35	1.92
--- Makefile.in	2000/08/03 15:52:30	1.93
***************
*** 213,217 ****
  
  # Test the interpreter (twice, once without .pyc files, once with)
! TESTOPTS=	
  TESTPROG=	$(srcdir)/Lib/test/regrtest.py
  TESTPYTHON=	./python$(EXE) -tt
--- 213,217 ----
  
  # Test the interpreter (twice, once without .pyc files, once with)
! TESTOPTS=	-l
  TESTPROG=	$(srcdir)/Lib/test/regrtest.py
  TESTPYTHON=	./python$(EXE) -tt