Ignore:
Timestamp:
07/21/21 12:03:44 (3 years ago)
Author:
jderouillat
Message:

Clean previous test suite run directories (in case of executions of many configurations)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/step1.py

    r1944 r2192  
    197197                config_name.append(mystr) 
    198198            #print(mystr) 
     199            if ( os.path.isdir( test_folder+"/CONFIG_"+mystr ) ) : 
     200                OSinfo("rm -rf "+test_folder+"/CONFIG_"+mystr) 
    199201            OSinfo("mkdir -p "+test_folder+"/CONFIG_"+mystr) 
    200202            OSinfo("cp build_"+arch+"_"+mode+"/bin/generic_testcase.exe "+test_folder+"/CONFIG_"+mystr) 
Note: See TracChangeset for help on using the changeset viewer.