source:
test_all.py
@
2378
Last change on this file since 2378 was 2331, checked in by , 19 years ago | |
---|---|
File size: 132 bytes |
Rev | Line | |
---|---|---|
[2302] | 1 | import os |
2 | ||
3 | buildroot = os.getcwd() | |
4 | os.chdir('inundation') | |
[2331] | 5 | print 'Changing to', buildroot |
[2302] | 6 | |
7 | execfile('test_all.py') | |
8 | ||
9 |
Note: See TracBrowser
for help on using the repository browser.