Changeset 6220
- Timestamp:
- Jan 21, 2009, 12:53:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/test_all.py
r6218 r6220 13 13 import sys 14 14 import tempfile 15 import time 16 import anuga.utilities.system_tools as aust 15 17 16 18 … … 119 121 print 'Files tested:' 120 122 list_names(files) 123 print 121 124 122 125 # update system path with found paths … … 196 199 runner.run(suite) 197 200 201 # timestamp at the end 202 timestamp = time.asctime() 203 version = aust.get_revision_number() 204 print 205 print 'Finished at %s, version %s' % (timestamp, version) 206 198 207 # Cleaning up 199 208 if len(sys.argv) > 1 and sys.argv[1][0].upper() == 'V':
Note: See TracChangeset
for help on using the changeset viewer.