diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-08-19 04:30:50 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2022-08-19 04:30:50 (GMT) |
commit | 3453e6bd480c67c4a9cb3275c4dc982aa07b8155 (patch) | |
tree | e2c471ee098a4db13ee06a5949f1968aaa23818c | |
parent | 26f824f0faaa04f32bdaebfeb8433c6b6c4cde76 (diff) | |
parent | 8981e88b18f106366c3dd18c5182fb1d95cba4d6 (diff) | |
download | CMake-3453e6bd480c67c4a9cb3275c4dc982aa07b8155.zip CMake-3453e6bd480c67c4a9cb3275c4dc982aa07b8155.tar.gz CMake-3453e6bd480c67c4a9cb3275c4dc982aa07b8155.tar.bz2 |
Merge branch 'backport-3.24-doc-ctest_test-output-control' into doc-ctest_test-output-control
-rw-r--r-- | Help/command/ctest_test.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/ctest_test.rst b/Help/command/ctest_test.rst index f058150..dcdd033 100644 --- a/Help/command/ctest_test.rst +++ b/Help/command/ctest_test.rst @@ -237,7 +237,7 @@ The following example demonstrates how to upload test images to CDash. "/dir/to/valid_img.gif</CTestMeasurementFile>" << std::endl; std::cout << - "<CTestMeasurementFile type=\"image/png\" name=\"AlgoResult\"> << + "<CTestMeasurementFile type=\"image/png\" name=\"AlgoResult\">" << "/dir/to/img.png</CTestMeasurementFile>" << std::endl; |