[Zodb-checkins] CVS: StandaloneZODB - setup.py:1.14
   
    Jeremy Hylton
     
    jeremy@zope.com
       
    Tue, 23 Apr 2002 00:21:34 -0400
    
    
  
Update of /cvs-repository/StandaloneZODB
In directory cvs.zope.org:/tmp/cvs-serv21135
Modified Files:
	setup.py 
Log Message:
Add zdaemon.tests to the list of install packages in setup().
In zdaemon, print the wait status if it is different than the signal
that caused the process to be terminated.  This message will often
signal that a core file has been produced.  We don't say that directly
because there's no standard test for it.  The wait status is the next
best thing, I think, and it's what zdaemon printed until the previous
checkin.
=== StandaloneZODB/setup.py 1.13 => 1.14 ===
             "ThreadedAsync",
             "zLOG", "zLOG.tests",
-            "zdaemon",                  
+            "zdaemon", "zdaemon.tests",
             ]
 
 # XXX This doesn't work for source distributions; we need a better way