Changeset 1781


Ignore:
Timestamp:
12/03/19 16:04:49 (4 years ago)
Author:
yushan
Message:

dev_trunk_omp : update html et al

Location:
XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE
Files:
1 added
4 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/check.py

    r1776 r1781  
    185185                configName = "config_default" 
    186186 
     187         
     188 
    187189 
    188190        if not os.path.exists(configName): 
     
    282284                ref = os.path.isdir(configName+'/reference') and not tmp_ref 
    283285 
     286 
    284287                if ref: 
    285288                        print blue("\n    =====================================") 
     
    287290                        print blue("    =====================================\n") 
    288291                        path = configName+'/reference/' 
     292                        OSinfo('cp '+configName+'/setup/user_param.py '+configName+'/setup/user_param.def ') 
    289293                elif tmp_ref: 
    290294                        print blue("\n    ===================================================") 
     
    292296                        print blue("    ===================================================\n") 
    293297                        path = configName+'/tmp_reference/' 
     298                        OSinfo('cp '+configName+'/setup/user_param.py '+configName+'/setup/user_param.def ') 
    294299                 
    295300                f=open("checkfile.def", "r") 
Note: See TracChangeset for help on using the changeset viewer.