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
It seems that cmake_parse_arguments is used properly, to take multiple arguments. So maybe the problem is when they're used to run the rostest command.
According to that link, _rostest_ARGS should have "argument1:=vaule1;argument2:=value2" for my example. Probably there's an issue with the ;, which should be replaced with ?!
add_rostest(test/testlaunchfile.test argument1:=vaule1 argument2:=value2)
when used in https://github.com/ros/ros_comm/blob/kinetic-devel/tools/rostest/cmake/rostest-extras.cmake.em#L55
generates
Note that after the first argument, there's a new line. Maybe that's the problem.
The text was updated successfully, but these errors were encountered: