Changeset 7544


Ignore:
Timestamp:
Oct 6, 2009, 10:19:32 AM (15 years ago)
Author:
rwilson
Message:

Dump machine name to the log file so we know what machine the validation was run on.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/automated_validation_tests/patong_beach_validation/validate.py

    r7276 r7544  
    1414import shutil
    1515
    16 from anuga.utilities.system_tools import get_web_file, untar_file, file_length
     16from anuga.utilities.system_tools \
     17     import get_web_file, untar_file, file_length, get_host_name
    1718import anuga.utilities.log as log
    1819
     
    380381log.log_logging_level = log.DEBUG
    381382
     383log.debug("Machine we are running on is '%s'" % get_host_name())
    382384setup()
    383385
Note: See TracChangeset for help on using the changeset viewer.