Changeset 2549


Ignore:
Timestamp:
Mar 15, 2006, 2:18:44 PM (19 years ago)
Author:
ole
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test_all.py

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