import lit.formats config.name = "shtest-ulimit" config.suffixes = [".txt"] config.test_format = lit.formats.ShTest(execute_external=False) config.test_source_root = None config.test_exec_root = None config.substitutions.append(("%{python}", '"%s"' % (sys.executable)))