Paul Dumais wrote:
Hi all,I have one error: Ran 6991 tests in 333.025s FAILED (failures=1) when doing make check on a Zope-3.1.0 build on Ubuntu Linux. In short it is: Failure in test testRunIgnoresParentSignals (zdaemon.tests.testzdrun.ZDaemonTest s) Traceback (most recent call last): File "/usr/lib/python2.4/unittest.py", line 260, in run testMethod() File "/home/paul/Zope-3.1.0/build/lib.linux-i686-2.4/zdaemon/tests/testzdrun.p y", line 237, in testRunIgnoresParentSignals self.assert_(is_started, "spawned process failed to start in a minute") File "/usr/lib/python2.4/unittest.py", line 309, in failUnless if not expr: raise self.failureException, msg AssertionError: spawned process failed to start in a minute Is this serious? How could I get this test to pass?
Don't run the tests as root. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714 http://www.python.org Zope Corporation http://www.zope.com http://www.zope.org _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
