Home
last modified time | relevance | path

Searched refs:rformat (Results 1 – 1 of 1) sorted by relevance

/petsc/lib/petsc/bin/maint/
H A Dabicheck.py103 def run_abi_checker(petsc_dir, petsc_arch, abi_dir, oldxml, newxml, cc, rformat): argument
104 if rformat == 'html':
111 …oldxml, '-new', newxml, '--gcc-path', cc, '--report-path', reportfile, '--report-format', rformat])
127 rformat = args.report_format
151 if rformat != 'html' and rformat != 'xml':
152 …raise RuntimeError('Unsupported report format "%s". Only html and xml are supported.\n'% (rformat))
164 ierr = run_abi_checker(new_dir, new_arch, abi_dir, oldxml, newxml, cc, rformat)