Changeset 1999


Ignore:
Timestamp:
Nov 3, 2005, 6:16:23 PM (20 years ago)
Author:
ole
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test_all.py

    r1998 r1999  
    33print os.getcwd()
    44os.chdir('inundation')
    5 os.chdir('pyvolution')
     5print 'Changing to', os.getcwd()       
    66
    7 print 'Changing to', os.getcwd()
    8 execfile('test_all.py')
     7#Attempt to compile all extensions
     8
     9os.chdir('utilities')
     10execfile('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.