• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import lit.formats
2config.name = 'allow-retries'
3config.suffixes = ['.py']
4config.test_format = lit.formats.ShTest()
5config.test_source_root = None
6config.test_exec_root = None
7
8config.substitutions.append(('%python', lit_config.params.get('python', '')))
9config.substitutions.append(('%counter', lit_config.params.get('counter', '')))
10