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