source:
anuga_core/test_all.py
@
4638
Last change on this file since 4638 was 3516, checked in by duncan, 18 years ago | |
---|---|
File size: 400 bytes |
Line | |
---|---|
1 | import os |
2 | |
3 | buildroot = os.getcwd() |
4 | |
5 | os.chdir('source') |
6 | os.chdir('anuga') |
7 | |
8 | #Complete horrible hack to decide which branch to take (Ole) |
9 | #try: |
10 | # os.stat('inundation-numpy-branch') |
11 | #except: |
12 | # os.chdir('inundation') |
13 | #else: |
14 | # os.chdir('inundation-numpy-branch') |
15 | |
16 | print 'Changing to', os.getcwd() #This is now different from buildroot |
17 | |
18 | execfile('test_all.py') |
19 | |
20 |
Note: See TracBrowser
for help on using the repository browser.