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)