Changeset 4419
- Timestamp:
- Apr 24, 2007, 10:31:18 AM (18 years ago)
- Location:
- anuga_core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/run_compile_test_all.py
r3942 r4419 1 2 import os, sys 1 3 2 4 execfile('compile_all.py') 5 6 buildroot = os.getcwd() 7 8 os.chdir('source') 9 os.chdir('anuga') 10 11 print 'Changing to', os.getcwd() #This is now different from buildroot 12 13 print "Test verbose " 14 os.system("python test_all.py v") 15 3 16 execfile('test_all.py') 4 17 5 18 19 -
anuga_core/source/anuga/shallow_water/test_data_manager.py
r4415 r4419 6028 6028 if len(sys.argv) > 1 and sys.argv[1][0].upper() == 'V': 6029 6029 sys.stdout = saveout 6030 #fid.close() # This was causing an error in windows6031 #os.remove(filename)6032 6033 6030 fid.close() 6031 os.remove(filename) 6032 6033
Note: See TracChangeset
for help on using the changeset viewer.