Changeset 7460 for anuga_core/test_all.py
- Timestamp:
- Sep 1, 2009, 6:24:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/test_all.py
r7288 r7460 9 9 os.chdir('anuga') 10 10 11 print 'Changing to', os.getcwd() #This is now different from buildroot 11 print 'Changing to', os.getcwd() # This is now different from buildroot 12 #execfile('test_all.py') 12 13 13 execfile('test_all.py')14 14 15 os.chdir('..') 16 os.chdir('pymetis') 17 print 'Changing to', os.getcwd() 18 #execfile('test_all.py') 19 20 os.chdir('..') 21 os.chdir('anuga_parallel') 22 print 'Changing to', os.getcwd() 23 #execfile('test_all.py') 15 24 16 25 print
Note: See TracChangeset
for help on using the changeset viewer.