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