Ignore:
Timestamp:
12/20/19 14:15:59 (4 years ago)
Author:
yushan
Message:

XIOS test suite : unit tests will not run if build failed. Catch the make_xios exit value as build status.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/xios_test_suite/TEST_SUITE/generate_test.py

    r1819 r1821  
    6363                if not relurl in relurl_list : 
    6464                    relurl_list.append(relurl) 
    65 #            elif line.startswith("#machine") : 
    66 #                machine = line.replace("\n","").split(" ")[1] 
    67 #                machine_name = machine_name_dict[machine] 
    68 #                if not machine in machine_list : 
    69 #                    machine_list.append(machine) 
    7065            elif line.startswith("#build_dir") : 
    7166                build_dir = line.replace("\n","").split(" ")[1] 
     
    126121                f.write("        [\'"+myReportDict[key][j][0]+"\', \'"+myReportDict[key][j][1]+"\', \'"+myReportDict[key][j][2]+"\', "+myReportDict[key][j][3]+"],\n") 
    127122            else : 
    128                 f.write("        [\'"+myReportDict[key][j][0]+"\', \'"+myReportDict[key][j][1]+"\', \'"+myReportDict[key][j][2]+"\', "+myReportDict[key][j][3]+"]]\n") 
    129         f.write("\n\n") 
     123                f.write("        [\'"+myReportDict[key][j][0]+"\', \'"+myReportDict[key][j][1]+"\', \'"+myReportDict[key][j][2]+"\', "+myReportDict[key][j][3]+"]") 
     124        f.write("]\n\n\n") 
    130125 
    131126    for revision in revision_list : 
Note: See TracChangeset for help on using the changeset viewer.