mailr13251 - /branches/gui_testing/gui/controller.py


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

Header


Content

Posted by edward on June 28, 2011 - 10:51:
Author: bugman
Date: Tue Jun 28 10:51:08 2011
New Revision: 13251

URL: http://svn.gna.org/viewcvs/relax?rev=13251&view=rev
Log:
IO is now not redirected by the relax controller when in testing mode.


Modified:
    branches/gui_testing/gui/controller.py

Modified: branches/gui_testing/gui/controller.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/controller.py?rev=13251&r1=13250&r2=13251&view=diff
==============================================================================
--- branches/gui_testing/gui/controller.py (original)
+++ branches/gui_testing/gui/controller.py Tue Jun 28 10:51:08 2011
@@ -53,7 +53,7 @@
         self.border = 5
 
         # IO redirection.
-        if not status.debug:
+        if not status.debug and not status.test_mode:
             redir = Redirect_text(self)
             sys.stdout = redir
             sys.stderr = redir




Related Messages


Powered by MHonArc, Updated Tue Jun 28 11:00:02 2011