Changeset 2550


Ignore:
Timestamp:
Mar 15, 2006, 2:20:26 PM (18 years ago)
Author:
ole
Message:

Made compile all and test all use trunk revision

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • compile_all.py

    r2547 r2550  
    33buildroot = os.getcwd()
    44
     5os.chdir('inundation')
     6
    57#Complete horrible hack to decide which branch to take (Ole)
    6 try:
    7     os.stat('inundation-numpy-branch')
    8 except:
    9     os.chdir('inundation')
    10 else:
    11     os.chdir('inundation-numpy-branch')   
     8#try:
     9#    os.stat('inundation-numpy-branch')
     10#except:
     11#    os.chdir('inundation')
     12#else:
     13#    os.chdir('inundation-numpy-branch')   
    1214
    1315print 'Changing to', os.getcwd()       
  • test_all.py

    r2549 r2550  
    33buildroot = os.getcwd()
    44
     5os.chdir('inundation')
     6   
    57#Complete horrible hack to decide which branch to take (Ole)
    6 try:
    7     os.stat('inundation-numpy-branch')
    8 except:
    9     os.chdir('inundation')
    10 else:
    11     os.chdir('inundation-numpy-branch')   
     8#try:
     9#    os.stat('inundation-numpy-branch')
     10#except:
     11#    os.chdir('inundation')
     12#else:
     13#    os.chdir('inundation-numpy-branch')   
    1214
    1315print 'Changing to', os.getcwd() #This is now different from buildroot   
Note: See TracChangeset for help on using the changeset viewer.