Changeset 9142
- Timestamp:
- Jun 12, 2014, 7:16:31 AM (10 years ago)
- Location:
- trunk/anuga_core/validation_tests/reports
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/validation_tests/reports/produce_results.py
r9117 r9142 32 32 # Now it is ok to create the latex 33 33 # macro file with run parameters 34 # 35 # FIXME: THis is a little dangerous as 36 # this is changed before all the tests 37 # are run. 34 38 #---------------------------------- 35 39 … … 96 100 os.chdir(l_dir) 97 101 #print os.getcwd() 98 print 50*'-'102 print 60*'=' 99 103 print 'Subdirectory %g: '% (test_number) + l_dir 100 104 test_number += 1 101 print 50*'-'105 print 60*'=' 102 106 try: 103 107 t0 = time.time()
Note: See TracChangeset
for help on using the changeset viewer.