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