mailr26495 - /trunk/status.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on November 10, 2014 - 18:55:
Author: bugman
Date: Mon Nov 10 18:55:29 2014
New Revision: 26495

URL: http://svn.gna.org/viewcvs/relax?rev=26495&view=rev
Log:
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.


Modified:
    trunk/status.py

Modified: trunk/status.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/status.py?rev=26495&r1=26494&r2=26495&view=diff
==============================================================================
--- trunk/status.py     (original)
+++ trunk/status.py     Mon Nov 10 18:55:29 2014
@@ -59,6 +59,7 @@
             self._instance.show_gui = False
             self._instance.gui_uf_force_sync = False
             self._instance.install_path = self._instance._det_install_path()
+            self._instance.skip_blacklisted_tests = True
 
             # Set up the singleton.
             self._instance._setup()




Related Messages


Powered by MHonArc, Updated Mon Nov 10 19:00:02 2014