source:
trunk/anuga_core/test_all.py
Last change on this file was 9613, checked in by steve, 10 years ago | |
---|---|
File size: 270 bytes |
Rev | Line | |
---|---|---|
[8129] | 1 | import os |
2 | ||
3 | buildroot = os.getcwd() | |
4 | ||
[9241] | 5 | |
[8129] | 6 | os.chdir('anuga') |
7 | ||
8 | print '======================= anuga tests =================================' | |
[9583] | 9 | print 'Changing to', os.getcwd() # This is now different from buildroot |
[8129] | 10 | |
[9583] | 11 | os.system('python test_all.py') |
[8129] | 12 | |
[9583] | 13 | os.chdir(buildroot) |
[8949] | 14 |
Note: See TracBrowser
for help on using the repository browser.