Ignore:
Timestamp:
09/25/19 14:50:34 (5 years ago)
Author:
yushan
Message:

Generic_testcase : html report added for viewing on jenkins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/CMakeLists.txt

    r1716 r1723  
    1818        COMMAND rm -f report.txt 
    1919        COMMAND cat */*/report.txt > report.txt 
    20         COMMAND cat */report.txt >> report.txt) 
     20        COMMAND cat */report.txt >> report.txt 
     21        COMMAND rm -f report.html 
     22        COMMAND cat */*/report.html > report.html 
     23        COMMAND cat */report.html >> report.html) 
Note: See TracChangeset for help on using the changeset viewer.