Changeset 2610


Ignore:
Timestamp:
01/29/24 16:26:04 (3 months ago)
Author:
jderouillat
Message:

In the test suite, check that all files listed in checkfile.def files are generated (not only those with references).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS2/trunk/xios_test_suite/TEST_SUITE/step2.py

    r2218 r2610  
    106106                    elif os.path.exists("reference/ref_"+config+"/"+checkfile): # if no output file -> set -2 
    107107                        report.write(folder_name+" "+folder_name+"@"+config_name+" "+folder_name+"@"+config_name+"@"+checkfile+" "+str(-2)+"\n") 
    108  
     108                    else : 
     109                        report.write(folder_name+" "+folder_name+"@"+config_name+" "+folder_name+"@"+config_name+"@"+checkfile+" "+str(-666)+"\n") 
    109110                    
    110111 
Note: See TracChangeset for help on using the changeset viewer.