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