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