1import lit.formats 2 3config.name = "test_retry_attempts" 4config.suffixes = [".py"] 5config.test_format = lit.formats.ShTest() 6config.test_source_root = None 7config.test_exec_root = None 8 9config.test_retry_attempts = 5 10config.substitutions.append(("%python", lit_config.params.get("python", ""))) 11config.substitutions.append(("%counter", lit_config.params.get("counter", ""))) 12