[Zodb-checkins] CVS: StandaloneZODB - Makefile:1.2

Guido van Rossum guido@python.org
Fri, 25 Jan 2002 11:58:11 -0500


Update of /cvs-repository/StandaloneZODB
In directory cvs.zope.org:/tmp/cvs-serv340

Modified Files:
	Makefile 
Log Message:
Ahem, TESTOPTS should not be "Standby".  Let it be empty.


=== StandaloneZODB/Makefile 1.1 => 1.2 ===
 	$(ALTPYTHON) setup.py -q install
 
-TESTOPTS=Standby
+TESTOPTS=
 test: all
 	$(PYTHON) test.py -v $(TESTOPTS)
 	$(ALTPYTHON) test.py -v $(TESTOPTS)