1import lit.formats 2 3config.test_format = lit.formats.ShTest(execute_external=True) 4config.name = "shtest-external-shell-kill" 5config.suffixes = [".txt"] 6
1import lit.formats 2 3config.test_format = lit.formats.ShTest(execute_external=True) 4config.name = "shtest-external-shell-kill" 5config.suffixes = [".txt"] 6