blob: a3b660fbaef327a9d366eb96ec31309c38055891 [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', '')))