mailr7612 - /1.3/test_suite/system_tests/scripts/dasha.py


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

Header


Content

Posted by edward on October 11, 2008 - 22:46:
Author: bugman
Date: Sat Oct 11 22:46:23 2008
New Revision: 7612

URL: http://svn.gna.org/viewcvs/relax?rev=7612&view=rev
Log:
The Dasha system test script can now run outside of the system test framework.


Modified:
    1.3/test_suite/system_tests/scripts/dasha.py

Modified: 1.3/test_suite/system_tests/scripts/dasha.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/dasha.py?rev=7612&r1=7611&r2=7612&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/dasha.py (original)
+++ 1.3/test_suite/system_tests/scripts/dasha.py Sat Oct 11 22:46:23 2008
@@ -6,6 +6,10 @@
 # relax module imports.
 from data import Relax_data_store; ds = Relax_data_store()
 
+
+# Missing temp directory (allow this script to run outside of the system 
test framework).
+if not hasattr(ds, 'tmpdir'):
+    ds.tmpdir = 'temp_script'
 
 # Set the data pipe names (also the names of preset model-free models).
 pipes = ['m1', 'm2', 'm3']




Related Messages


Powered by MHonArc, Updated Sat Oct 11 23:00:05 2008