[Zope-Checkins] CVS: Zope/inst - Makefile.in:1.1.4.7

Fred L. Drake, Jr. fred@zope.com
Tue, 25 Feb 2003 14:26:28 -0500


Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv27381

Modified Files:
      Tag: new-install-branch
	Makefile.in 
Log Message:
Clean up a command line so it works.


=== Zope/inst/Makefile.in 1.1.4.6 => 1.1.4.7 ===
--- Zope/inst/Makefile.in:1.1.4.6	Mon Feb 24 11:45:19 2003
+++ Zope/inst/Makefile.in	Tue Feb 25 14:26:27 2003
@@ -51,7 +51,7 @@
 # any questions.  this is useful when testing.  instances made with
 # this can be removed via "make untestinst"
 testinst: build
-	${PYTHON} bin/mkzopeinstance . --inituser=
+	${PYTHON} bin/mkzopeinstance --user=admin:admin .
 
 # remove the instance files made with testinst (w/ prejudice)
 untestinst: