source: test_all.py @ 1998

Last change on this file since 1998 was 1998, checked in by ole, 20 years ago

buildbot test program

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