source: test_all.py @ 2378

Last change on this file since 2378 was 2331, checked in by duncan, 19 years ago

bug fix

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