Changeset 9152
- Timestamp:
- Jun 14, 2014, 12:44:51 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/validation_tests/run_auto_validation_tests.py
r9137 r9152 12 12 13 13 import os, time, sys 14 15 import anuga 16 args = anuga.get_args() 17 18 print args 14 19 15 20 … … 63 68 64 69 os.chdir(path) 65 s = 'python %s ' % filename70 s = 'python %s ' % filename 66 71 print 80*'=' 67 72 print s
Note: See TracChangeset
for help on using the changeset viewer.