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
When running catkin run_tests on catkin packages, details of failing tests are shown in the console.
However, when running tests on pure cmake packages, those details are missing. Only the ctest summary is shown.
When running
catkin run_tests
on catkin packages, details of failing tests are shown in the console.However, when running tests on pure cmake packages, those details are missing. Only the ctest summary is shown.
To show them,
make test
should be run with the environment variableCTEST_OUTPUT_ON_FAILURE=1
set.The text was updated successfully, but these errors were encountered: