Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A Dtest_main.py141 for test_file in file_list:
142 output_base = output_dir / test_file.stem
145 short_name = test_file.relative_to(petsc_dir)
150 test(sanitize_output_file(output.get(test_file)), output_file),
151 test(sanitize_patch_file(patches.get(test_file)), patch_file)
157 with TemporaryCopy(test_file) as tmp_src, \
161 tmp_patch_path.write_text(rename_patch_file_target(patches[test_file], tmp_src.temp_path))
176 patch_error[test_file] = '\n'.join(output_errors)
/petsc/config/
H A Dtestparse.py572 for test_file in sorted(glob.glob("new_ex*.*")):
573 tDict.update(parseTestFile(test_file,verbosity))
606 def main(directory='',test_file='',verbosity=0): argument
611 tDict=parseTestFile(test_file,verbosity)
631 if not opts.test_file and not opts.directory:
642 main(directory=opts.directory,test_file=opts.test_file,verbosity=verbosity)