LNT parses the test suite from the specified url for the submit command. But the suite is always default (nts) in case of using a local path to the instance instead of the url. This patch allows to specify the test suite in the submit command.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lnt/lnttool/main.py | ||
---|---|---|
194–197 | Note if the url contains the link to the server everything will be submitted and processed on the server where hooks and logs are already initialized. But if the url is a local path to the instance everything will be processed locally inside this process. It is necessary to register hooks to process regressions correctly. And it is necessary to init stdout logs too. Note the url condition is the same as in ServerUtil.py, line 92. |
lnt/server/db/rules/rule_update_fixed_regressions.py | ||
---|---|---|
119 | Removed from this patch |