svn+ssh://bugman@.../svn/relax/trunk
........
r26495 | bugman | 2014-11-10 18:55:29 +0100 (Mon, 10 Nov 2014) | 7 lines
Fix for bug #22938 (https://gna.org/bugs/?22938).
This is the failure of the test suite in the relax GUI. The problem was that the
status.skip_blacklisted_tests variable did not exist - it was only initialised if relax is started
in test suite mode. Now the value is always set from within the status module and defaults to True.
........