source: test_all.py @ 2422

Last change on this file since 2422 was 2389, checked in by ole, 19 years ago

Minor bug

File size: 172 bytes
Line 
1import os
2
3buildroot = os.getcwd()
4os.chdir('inundation')
5print 'Changing to', os.getcwd() #This is now different from buildroot   
6
7execfile('test_all.py')
8
9   
Note: See TracBrowser for help on using the repository browser.