Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: clarify that --test-result-base does not handle all test artifacts #87

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reference/verb/test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ Additionally, the following specific command line arguments can be used:
.. _test-verb_test-result-base_arg:

\\--test-result-base TEST_RESULT_BASE
The base path for all test results.
The base path for all CTest test results.
The default value is the ``--build-base`` argument.
Each package uses a subdirectory in that base path as its package specific
test result directory.
test result directory. This will not determine the location of other artifacts produced by tests such as ``.xunit.xml`` files.

.. _test-verb_retest-until-fail_arg:

Expand Down