-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Example:
colcon build --test-result-base test_results
colcon test --test-result-base test_results
colcon test-result --test-result-base test_results --all --result-files-only
Expected behavior would be that the CTest Test.xml results from any ctest invocations would be printed. However, those files ended up in the --build-base. This seems to contradict the explicit purpose of --test-result-base, "the base path for all test results".
From the example above, if you run colcon test-result --all --result-files-only so that --test-result-base defaults to be the same as --build-base, the paths to the CTest Test.xml results are printed as expected.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working