Changeset 9495


Ignore:
Timestamp:
Jan 25, 2015, 9:23:09 PM (10 years ago)
Author:
steve
Message:

save modifications to annoying test which redirects stdout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/utilities/test/test_log.py

    r9492 r9495  
    77import anuga.utilities.log as log
    88
    9 LOGFILE_NAME = 'test.log'
     9LOGFILE_NAME = 'myout.log'
    1010STDOUT_LOG_NAME = 'stdout.log'
    1111
     
    6161        sys.stdout = save_stdout
    6262
     63        print os.listdir()
     64 
    6365        # check logfile is as expected
    6466        fd = open(LOGFILE_NAME, 'r')
Note: See TracChangeset for help on using the changeset viewer.