From 8981e88b18f106366c3dd18c5182fb1d95cba4d6 Mon Sep 17 00:00:00 2001 From: Craig Scott Date: Fri, 19 Aug 2022 14:03:18 +1000 Subject: Help: Add missing closing quote on C++ example --- Help/command/ctest_test.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Help/command/ctest_test.rst b/Help/command/ctest_test.rst index 11ebdbd..3bd8655 100644 --- a/Help/command/ctest_test.rst +++ b/Help/command/ctest_test.rst @@ -236,7 +236,7 @@ The following example demonstrates how to upload test images to CDash. "/dir/to/valid_img.gif" << std::endl; std::cout << - " << + "" << "/dir/to/img.png" << std::endl; -- cgit v0.12 From fadc93286aca009a469d182fb01a83bf3bb82343 Mon Sep 17 00:00:00 2001 From: Craig Scott Date: Fri, 19 Aug 2022 14:15:28 +1000 Subject: Help: Add crossrefs to ctest output control options --- Help/command/ctest_test.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Help/command/ctest_test.rst b/Help/command/ctest_test.rst index 3bd8655..65f82d7 100644 --- a/Help/command/ctest_test.rst +++ b/Help/command/ctest_test.rst @@ -174,7 +174,10 @@ The options are: See also the :variable:`CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE`, :variable:`CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE` and -:variable:`CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION` variables. +:variable:`CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION` variables, along with their +corresponding :manual:`ctest(1)` command line options +``--test-output-size-passed``, ``--test-output-size-failed``, and +``--test-output-truncation``. .. _`Additional Test Measurements`: -- cgit v0.12