Changeset 9149
- Timestamp:
- Jun 12, 2014, 8:17:54 AM (10 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/run_auto_validation_tests.py
r9148 r9149 1 1 import os 2 2 3 os.chdir('source') 4 os.chdir(' anuga_validation_tests')3 4 os.chdir('validation_tests') 5 5 print 6 6 print 20*'=' + ' anuga automated validation tests ' + 20*'=' 7 7 print 'Changing to', os.getcwd() # This is now different from buildroot 8 execfile(' validate_all.py')8 execfile('run_auto_validation_tests.py') 9 9 10 10
Note: See TracChangeset
for help on using the changeset viewer.