Changeset 4456 for palm/trunk


Ignore:
Timestamp:
Mar 11, 2020 1:02:50 PM (4 years ago)
Author:
knoop
Message:

Updated palmtest to accomodate the added cycle numbers in r4443

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palmtest

    r4091 r4456  
    462462                ref_file_path = os.path.join(file_dict['ref_path'], self.setup_name + file_specific_ending)
    463463                res_file_path = os.path.join(file_dict['res_path'], self.job_name + file_specific_ending)
    464                 if re.match('_rc', file_dict['postfix']) and not file_dict['extension']:
     464                if re.match('_rc', file_dict['postfix']) and re.match('[0-9]{3}', file_dict['extension']):
    465465                    file_failed, message = FileComparator.compare_ascii(ref_file_path, res_file_path, start_string='Run-control output:\n')
    466466                elif re.match('nc', file_dict['extension']):
Note: See TracChangeset for help on using the changeset viewer.