mailr9710 - /branches/bmrb/test_suite/system_tests/scripts/bmrb_rw.py


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

Header


Content

Posted by edward on October 09, 2009 - 20:22:
Author: bugman
Date: Fri Oct  9 20:22:55 2009
New Revision: 9710

URL: http://svn.gna.org/viewcvs/relax?rev=9710&view=rev
Log:
The program state is now being saved in the BMRB system test.


Modified:
    branches/bmrb/test_suite/system_tests/scripts/bmrb_rw.py

Modified: branches/bmrb/test_suite/system_tests/scripts/bmrb_rw.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/test_suite/system_tests/scripts/bmrb_rw.py?rev=9710&r1=9709&r2=9710&view=diff
==============================================================================
--- branches/bmrb/test_suite/system_tests/scripts/bmrb_rw.py (original)
+++ branches/bmrb/test_suite/system_tests/scripts/bmrb_rw.py Fri Oct  9 
20:22:55 2009
@@ -8,9 +8,12 @@
 
 
 # Missing temp file (allow this script to run outside of the system test 
framework).
+state_file = 'devnull'
 if not hasattr(ds, 'tmpfile'):
+    stand_alone = True
     ds.tmpfile = 'temp_bmrb'
     ds.version = '3.1'
+    state_file = 'temp_bmrb_state'
 
 # Create the data pipe.
 pipe.create(pipe_name='results', pipe_type='mf')
@@ -38,3 +41,6 @@
 # Display tests.
 sequence.display()
 relax_data.display(ri_label='R1', frq_label='800')
+
+# Save the program state.
+state.save(state_file)




Related Messages


Powered by MHonArc, Updated Fri Oct 09 20:40:02 2009