Changeset 8294
- Timestamp:
- Jan 11, 2012, 10:22:04 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/run_compile_test_all.py
r8218 r8294 2 2 import os, sys 3 3 4 5 buildroot = os.getcwd() 4 6 execfile('compile_all.py') 5 7 6 buildroot = os.getcwd()7 8 os.chdir(buildroot) 9 print 'Buildroot is ', buildroot 8 10 os.chdir('source') 9 11 os.chdir('anuga')
Note: See TracChangeset
for help on using the changeset viewer.