Changeset 9495 for trunk/anuga_core/source/anuga/utilities/test/test_log.py
- Timestamp:
- Jan 25, 2015, 9:23:09 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/utilities/test/test_log.py
r9492 r9495 7 7 import anuga.utilities.log as log 8 8 9 LOGFILE_NAME = ' test.log'9 LOGFILE_NAME = 'myout.log' 10 10 STDOUT_LOG_NAME = 'stdout.log' 11 11 … … 61 61 sys.stdout = save_stdout 62 62 63 print os.listdir() 64 63 65 # check logfile is as expected 64 66 fd = open(LOGFILE_NAME, 'r')
Note: See TracChangeset
for help on using the changeset viewer.