[all-commits] [llvm/llvm-project] 1990d8: [llvm-lit][test] Resolved typo in raising Internal...
Connie Zhu via All-commits
all-commits at lists.llvm.org
Mon Aug 26 20:21:23 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1990d8de339ebc1da4be3c978161828d93ffb7bc
https://github.com/llvm/llvm-project/commit/1990d8de339ebc1da4be3c978161828d93ffb7bc
Author: Connie Zhu <60797237+connieyzhu at users.noreply.github.com>
Date: 2024-08-26 (Mon, 26 Aug 2024)
Changed paths:
M llvm/utils/lit/lit/TestRunner.py
A llvm/utils/lit/tests/Inputs/shtest-export/export-too-many-args.txt
A llvm/utils/lit/tests/Inputs/shtest-export/lit.cfg
A llvm/utils/lit/tests/shtest-export.py
Log Message:
-----------
[llvm-lit][test] Resolved typo in raising InternalShellError for export command in lit's internal shell (#105961)
This patch fixes the incorrect usage of lit's built-in `export` command.
There is a typo in raising the error itself where the error being raised
had the wrong number of parameters passed in.
Fixes https://github.com/llvm/llvm-project/issues/102386.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list