test-result - Summarize Test Results

The test-result verb summarizes the results of previous run tests. It is provided by the colcon-test-result package.

Command line arguments

These common arguments can be used:

Additionally, the following specific command line arguments can be used:

--test-result-base TEST_RESULT_BASE

The base path for all test results. The default value is ./build. Each package uses a subdirectory in that base path as its package specific test result directory.

--all

Show all test result files including the ones without errors / failures.

--verbose

Show additional information for each error / failure.

--result-files-only

Print only the paths of the result files. Use with --all to include files without errors / failures.

--delete

Delete all result files. This might include additional files beside what is listed by --result-files-only. An interactive prompt will ask for confirmation.

--delete-yes

Same as --delete without an interactive confirmation.