Changeset 1841 for XIOS/trunk/xios_test_suite/TEST_SUITE/user_config.py
- Timestamp:
- 01/02/20 19:10:21 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/trunk/xios_test_suite/TEST_SUITE/user_config.py
r1806 r1841 41 41 f.write(" COMMAND rm -f report.txt\n") 42 42 f.write(" COMMAND rm -f report.html\n") 43 44 45 for folder in test_list:46 f.write(" COMMAND cat "+folder+"/report.txt >> report.txt\n")47 f.write(" COMMAND cat "+folder+"/report.html >> report.html\n")48 49 43 f.write(" )\n\n") 50 44 f.close
Note: See TracChangeset
for help on using the changeset viewer.