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', '')))