From 5c6c025080b399633d673d17d190facf0d9d19d2 Mon Sep 17 00:00:00 2001 From: Adam Aposhian Date: Fri, 17 Sep 2021 15:48:44 -0600 Subject: [PATCH] fix: clarify that --test-result-base does not handle all test artifacts --- reference/verb/test.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/verb/test.rst b/reference/verb/test.rst index dcb79f8..367bf46 100644 --- a/reference/verb/test.rst +++ b/reference/verb/test.rst @@ -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: