From 0962cbf21de45937c0109b953d569f6be1b7bf8f Mon Sep 17 00:00:00 2001 From: Zack Galbreath Date: Thu, 1 Jul 2021 14:52:00 -0400 Subject: help: update ctest attached file example Clarify that multiple files can be attached to a given test at runtime --- Help/command/ctest_test.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Help/command/ctest_test.rst b/Help/command/ctest_test.rst index caac605..ede0c97 100644 --- a/Help/command/ctest_test.rst +++ b/Help/command/ctest_test.rst @@ -257,8 +257,10 @@ The following example demonstrates how to upload non-image files to CDash. .. code-block:: c++ std::cout << - "" << - "/dir/to/data.csv" << std::endl; + "" << + "/dir/to/data1.csv\n" << + "" << + "/dir/to/data2.csv" << std::endl; If the name of the file to upload is known at configure time, you can use the :prop_test:`ATTACHED_FILES` or :prop_test:`ATTACHED_FILES_ON_FAIL` test -- cgit v0.12