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