blob: e1de4577ff3d8cd3ff944c6ecd5d5e272219b90e [file] [log] [blame]
import lit.formats
config.name = "allow-retries"
config.suffixes = [".py"]
config.test_format = lit.formats.ShTest()
config.test_source_root = None
config.test_exec_root = None
config.substitutions.append(("%python", lit_config.params.get("python", "")))
config.substitutions.append(("%counter", lit_config.params.get("counter", "")))