mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Make the classic test chunks more clear in the documentation
This commit is contained in:
parent
6d4b585989
commit
c3f8f2d310
1 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ Using ``tools``
|
|||
---------------
|
||||
Salt has preliminary support for setting up the package test suite in the
|
||||
``tools`` command suite that is located under ``<repo-root>/tools/testsuite/``.
|
||||
This method requires the Github CLI tool ``gh``(https://cli.github.com/) to be properly configured for
|
||||
This method requires the Github CLI tool ``gh`` (https://cli.github.com/) to be properly configured for
|
||||
interaction with the salt repo.
|
||||
|
||||
#. Install the dependencies using this command:
|
||||
|
@ -152,5 +152,5 @@ You can run the test suite run if all the artifacts are in the correct location.
|
|||
.. note::
|
||||
|
||||
If you are testing upgrades or downgrades and classic packages are
|
||||
available for your system, append ``-classic`` to ``upgrade`` or
|
||||
``downgrade`` to test against those versions.
|
||||
available for your system, replace ``upgrade`` or
|
||||
``downgrade`` with ``upgrade-classic`` or ``downgrade-classic`` respectively to test against those versions.
|
||||
|
|
Loading…
Add table
Reference in a new issue