xref: /llvm-project/llvm/utils/lit/tests/Inputs/shtest-run-at-line/external-shell/lit.local.cfg (revision 3dc7039f244f5da7368b8ba2f0e419c7d851c851)
1import lit.formats
2
3config.test_format = lit.formats.ShTest(execute_external=True)
4config.substitutions.append(("%{cmds-with-newlines}", """
5echo abc |
6FileCheck %s &&
7false
8"""))
9