source:
trunk/anuga_core/run_auto_validation_tests.py
@
9454
Last change on this file since 9454 was 9176, checked in by steve, 10 years ago | |
---|---|
File size: 236 bytes |
Line | |
---|---|
1 | import os |
2 | |
3 | |
4 | os.chdir('validation_tests') |
5 | |
6 | print 20*'=' + ' anuga automated validation tests ' + 20*'=' |
7 | print 'Changing to', os.getcwd() # This is now different from buildroot |
8 | execfile('run_auto_validation_tests.py') |
9 | |
10 | |
11 | |
12 | |
13 | |
14 | |
15 | |
16 |
Note: See TracBrowser
for help on using the repository browser.