ms-iot / ROSOnWindows

ROS on Windows Documentation Repository
https://aka.ms/ros/docs
MIT License
213 stars 49 forks source link

[Humble] Tutorials - colcon test --cmake-args tests results with error "error: unrecognized arguments: --cmake-args tests" #423

Open IoTDan opened 1 year ago

IoTDan commented 1 year ago

https://docs.ros.org/en/humble/Tutorials/Intermediate/Testing/CLI.html#running-tests-in-ros-2-from-the-command-line

ooeygui commented 1 year ago

The documentation says to run colcon test --ctest-args tests [package_selection_args], not colcon test --cmake-args tests can you clarify?