Changeset ac8f03a in flexpart.git


Ignore:
Timestamp:
Aug 29, 2016, 6:14:35 PM (8 years ago)
Author:
Don Morton <Don.Morton@…>
Branches:
FPv9.3.1, FPv9.3.2, fp9.3.1-20161214-nc4, grib2nc4_repair
Children:
b89ec94
Parents:
3372ef9
Message:

Rearranging FPv9.3.1 testing environment specs

Ticket #261

Location:
flexpart-testing/check
Files:
4 deleted
1 edited
33 moved

Legend:

Unmodified
Added
Removed
  • flexpart-testing/check/run_selected_cases.py

    r496c607 rac8f03a  
    108108        print '\n EXECUTING TEST : ', xml_case, '\n'
    109109        if cmdline_makefile_path != None:
    110             process=subprocess.Popen(['./check-v3.py','-m', cmdline_makefile_path,  xml_case ],
     110            process=subprocess.Popen(['./check.py','-m', cmdline_makefile_path,  xml_case ],
    111111                                      stdout=subprocess.PIPE,stderr=subprocess.PIPE)
    112112            # print the output of the process
     
    133133           
    134134            # using os.system it works and the stfout and stderr is output on the fly.
    135             #os.system('./check-v3.py -m '+cmdline_makefile_path+' '+xml_case)
     135            #os.system('./check.py -m '+cmdline_makefile_path+' '+xml_case)
    136136
    137         else: # I leave this ready in case check-v3.py ever supports back to use a default makefile
     137        else: # I leave this ready in case check.py ever supports back to use a default makefile
    138138            print INFO, ' No path to makefile was specified, run again the script'
    139139            print SPACES, '  with -m path/makefile option'
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG