Set correct name on lit test suite.

breakup_python_pytorch_deps
Stella Laurenzo 2023-11-18 17:27:52 -08:00
parent e9a9b62caa
commit fabb4d6e5d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ from lit.llvm.subst import FindTool
# Configuration file for the 'lit' test runner. # Configuration file for the 'lit' test runner.
# name: The name of this test suite. # name: The name of this test suite.
config.name = 'TORCH_MLIR' config.name = 'TORCH_MLIR_PT1'
config.test_format = lit.formats.ShTest(not llvm_config.use_lit_shell) config.test_format = lit.formats.ShTest(not llvm_config.use_lit_shell)