Changeset 2549
- Timestamp:
- Mar 15, 2006, 2:18:44 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test_all.py
r2389 r2549 2 2 3 3 buildroot = os.getcwd() 4 os.chdir('inundation') 4 5 #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') 12 5 13 print 'Changing to', os.getcwd() #This is now different from buildroot 6 14
Note: See TracChangeset
for help on using the changeset viewer.