On Thu, 27 Dec 2012, Lanxin Ma wrote: > ---------------------------------------------------------------------- > Ran 608 tests in 110.803s > > OK
This means the unit tests finished successfully. > Error in atexit._run_exitfuncs: > Traceback (most recent call last): > File "/usr/lib64/python2.4/atexit.py", line 24, in _run_exitfuncs > func(*targs, **kargs) > File "/usr/lib64/python2.4/logging/__init__.py", line 1332, in shutdown > h.flush() > File "/usr/lib64/python2.4/logging/__init__.py", line 718, in flush > self.stream.flush() > File "/usr/lib64/python2.4/StringIO.py", line 257, in flush > _complain_ifclosed(self.closed) > File "/usr/lib64/python2.4/StringIO.py", line 40, in _complain_ifclosed > raise ValueError, "I/O operation on closed file" > ValueError: I/O operation on closed file These are warnings caused by some test cases. You can safely ignore them. (And we should fix them in the first place...) Best regards -- Tibor Simko

