Hi! I'm really new to Zope. Make runs with no errors. But when I execute make check, I get the following error: /usr/bin/python install.py -q build /usr/bin/python test.py -v Running UNIT tests at level 1 Running UNIT tests from /root/ZopeX3-3.0.0/build/lib.linux-i686-2.3 ... Failure in test testUmask (zdaemon.tests.testzdrun.ZDaemonTests) Traceback (most recent call last): File "/root/ZopeX3-3.0.0/build/lib.linux-i686-2.3/zdaemon/tests/testzdrun.py", line 244, in testUmask self.assert_(not os.access(path, os.W_OK)) File "/usr/lib/python2.3/unittest.py", line 278, in failUnless if not expr: raise self.failureException, msg AssertionError ... ====================================================================== FAIL: testUmask (zdaemon.tests.testzdrun.ZDaemonTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/root/ZopeX3-3.0.0/build/lib.linux-i686-2.3/zdaemon/tests/testzdrun.py", line 244, in testUmask self.assert_(not os.access(path, os.W_OK)) File "/usr/lib/python2.3/unittest.py", line 278, in failUnless if not expr: raise self.failureException, msg AssertionError ---------------------------------------------------------------------- Ran 3970 tests in 915.258s FAILED (failures=1) make: *** [check] Error 1 What is wrong? Pyhon 2.3.4 Zope X3. Thanks Christopher
participants (1)
-
Christopher R, Parr