mailr14446 - /1.3/relax.py


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

Header


Content

Posted by edward on August 25, 2011 - 12:53:
Author: bugman
Date: Thu Aug 25 12:53:45 2011
New Revision: 14446

URL: http://svn.gna.org/viewcvs/relax?rev=14446&view=rev
Log:
Fix for the GUI test mode - the mode variable should be a class variable.


Modified:
    1.3/relax.py

Modified: 1.3/relax.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/relax.py?rev=14446&r1=14445&r2=14446&view=diff
==============================================================================
--- 1.3/relax.py (original)
+++ 1.3/relax.py Thu Aug 25 12:53:45 2011
@@ -351,7 +351,7 @@
             elif options.unit_tests:
                 self.mode = 'unit tests'
             elif options.gui_tests:
-                mode = 'GUI tests'
+                self.mode = 'GUI tests'
 
             # Set the status flag.
             status.test_mode = True




Related Messages


Powered by MHonArc, Updated Thu Aug 25 13:00:02 2011