Changeset 1831


Ignore:
Timestamp:
12/21/19 11:05:13 (4 years ago)
Author:
yushan
Message:

XIOS test suite : set compile status to fail by default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/xios_test_suite/COMPILE/generate_compile.py

    r1821 r1831  
    5757    for compile_log in compile_list: 
    5858        revision = compile_log[6:10] 
    59          
     59        myBuild[4] = "&#10060"   
    6060        f=open(compile_log, "r") 
    6161        for line in f: 
     
    8989                if myTexts == "0" : 
    9090                    myBuild[4] = "✅"  
    91                 else : 
    92                     myBuild[4] = "❌" 
    9391        myBuildList.append([myBuild[0], myBuild[1], myBuild[2], myBuild[3], myBuild[4]]) 
    9492        f.close() 
Note: See TracChangeset for help on using the changeset viewer.