mailr15793 - /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 April 23, 2012 - 09:54:
Author: bugman
Date: Mon Apr 23 09:54:26 2012
New Revision: 15793

URL: http://svn.gna.org/viewcvs/relax?rev=15793&view=rev
Log:
The relax mode (i.e. prompt, script, GUI, test suite, etc.) is now stored in 
the status object.

This will be used to activate and deactivate certain parts of the GUI tests 
within the GUI and
normal test suite modes.


Modified:
    1.3/relax.py

Modified: 1.3/relax.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/relax.py?rev=15793&r1=15792&r2=15793&view=diff
==============================================================================
--- 1.3/relax.py (original)
+++ 1.3/relax.py Mon Apr 23 09:54:26 2012
@@ -86,6 +86,9 @@
     # Process the command line arguments.
     else:
         relax.arguments()
+
+    # Store some start up info in the status object.
+    status.relax_mode = relax.mode
 
     # Set up the multi-processor elements.
     callbacks = Application_callback(master=relax)




Related Messages


Powered by MHonArc, Updated Mon Apr 23 10:20:02 2012