Changeset 1999
- Timestamp:
- Nov 3, 2005, 6:16:23 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test_all.py
r1998 r1999 3 3 print os.getcwd() 4 4 os.chdir('inundation') 5 os.chdir('pyvolution') 5 print 'Changing to', os.getcwd() 6 6 7 print 'Changing to', os.getcwd() 8 execfile('test_all.py') 7 #Attempt to compile all extensions 8 9 os.chdir('utilities') 10 execfile('compile.py') 11 12 #execfile('utilities' + os.sep + 'compile.py') 13 14 #FIXME: Temporary measure 15 #os.chdir('..' + sep + 'utilities') 16 #execfile('compile.py') 17 #os.chdir('..' + sep + 'pyvolution') 18 #os.chdir('inundation' + os.sep + 'pyvolution') 19 #print 'Changing to', os.getcwd() 20 21 #execfile('test_all.py') 22
Note: See TracChangeset
for help on using the changeset viewer.