Changeset 6220


Ignore:
Timestamp:
Jan 21, 2009, 12:53:41 PM (16 years ago)
Author:
rwilson
Message:

Added timestamp+version final line.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/test_all.py

    r6218 r6220  
    1313import sys
    1414import tempfile
     15import time
     16import anuga.utilities.system_tools as aust
    1517
    1618
     
    119121    print 'Files tested:'
    120122    list_names(files)
     123    print
    121124
    122125    # update system path with found paths
     
    196199    runner.run(suite)
    197200
     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
    198207    # Cleaning up
    199208    if len(sys.argv) > 1 and sys.argv[1][0].upper() == 'V':
Note: See TracChangeset for help on using the changeset viewer.