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