You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#79 copies CTest Test.xml files over to the directory specified by --test-result-base, but not the *.xunit.xml result files. Since I am looking for my xunit "test results", the following documentation is misleading to me:
The base path for all 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.
Perhaps documentation promises too much. colcon through colcon-cmake supports CTest. It doesn't (and cannot) account for whatever output those tests may generate. There isn't even a convention (e.g. a CMake variable) to be leveraged. So I agree documentation should warn that the set of test results may vary with each colcon extension supporting the test verb.
#79 copies CTest
Test.xml
files over to the directory specified by--test-result-base
, but not the*.xunit.xml
result files. Since I am looking for my xunit "test results", the following documentation is misleading to me:https://colcon.readthedocs.io/en/released/reference/verb/test.html
It seems like
*.xunit.xml
files should be copied over as well, or the documentation could be clarified.The text was updated successfully, but these errors were encountered: