Changeset 6417
- Timestamp:
- Feb 25, 2009, 4:14:27 PM (16 years ago)
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/compile_all.py
r5969 r6417 48 48 49 49 print 'That took %.3fs' %(time.time() - t0) 50 51 if sys.platform == 'win32': 52 raw_input('Press any key') -
anuga_core/source/anuga/test_all.py
r6220 r6417 211 211 #os.remove(filename) 212 212 213 214 215 if sys.platform == 'win32': 216 raw_input('Press any key') -
anuga_validation/automated_validation_tests/validate_all.py
r5291 r6417 2 2 """ 3 3 4 import os, time 4 import os, time, sys 5 5 6 6 … … 52 52 53 53 54 55 if sys.platform == 'win32': 56 raw_input('Press any key')
Note: See TracChangeset
for help on using the changeset viewer.