tlinnet@linmac:test$ relax --verification-test -d
===============================
= Software verification tests =
===============================
E
======================================================================
ERROR: test_library_independence
(test_suite.verification_tests.library.Library)
Throughly check the independence of the relax library by importing it
from a non-relax directory.
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/Users/tlinnet/software/relax_trunk/test_suite/verification_tests/library.py",
line 59, in test_library_independence
copytree('lib', tmplib)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/shutil.py",
line 169, in copytree
names = os.listdir(src)
OSError: [Errno 2] No such file or directory: 'lib'
----------------------------------------------------------------------
Ran 1 test in 0.003s
FAILED (errors=1)
===================================
= Summary of the relax test suite =
===================================
Optional packages/modules
=========================
No tests skipped due to missing modules.
Synopsis
========
Software verification tests
............................................................. [ Failed
]