ci: fix missing test reference in docs

This commit is contained in:
Erik Sundell
2021-10-18 04:27:19 +02:00
parent 69f2b0b504
commit fe8ba1596d

View File

@@ -49,9 +49,10 @@ For example, to run all the basic tests, you would write:
.. code-block:: bash
.github/integration-test.py run-test basic-tests \
test_hub.py \
test_install.py \
test_extensions.py
test_hub.py \
test_proxy.py \
test_install.py \
test_extensions.py
This will run the tests in the three files against the same installation
of TLJH and report errors.