source: test_all.py @ 2549

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