This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main in repository llvm-lnt.
from 2234bf8 Fix incorrect documentation for lnt admin create-config new b003d85 [lnttool] Add an admin command to add new test suites (#159)
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/api.rst | 11 +++ docs/importing_data.rst | 4 +- docs/tools.rst | 3 + lnt/lnttool/admin.py | 37 ++++++++++ lnt/server/ui/api.py | 65 +++++++++++++++++ schemas/README.md | 7 +- tests/lnttool/admin/test-suite/add.shtest | 114 ++++++++++++++++++++++++++++++ tests/server/api/schema/post.py | 98 +++++++++++++++++++++++++ 8 files changed, 335 insertions(+), 4 deletions(-) create mode 100644 tests/lnttool/admin/test-suite/add.shtest create mode 100644 tests/server/api/schema/post.py