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