Ignore:
Timestamp:
May 12, 2009, 9:59:44 AM (15 years ago)
Author:
rwilson
Message:

Improved reporting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/numpy_misc/tools/acceptance_tests/test_dump_python_environment.py

    r6998 r7017  
    88import test_utils as util
    99
     10name = 'Dump of the acceptance test environment'
    1011
    1112def test(logfile):
    12     start_time = time.time()
    13 
    1413    (cluster, domain) = util.get_hostname()
    15 
    16     util.header(logfile, 'Dump of the acceptance test environment on %s.' % cluster)
    1714
    1815    # show the hostname
     
    5754    util.log_print_nl(logfile)
    5855
    59     util.footer(logfile, start_time)
    6056    return True
    6157
Note: See TracChangeset for help on using the changeset viewer.