Skip to content

Commit

Permalink
Fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Aug 19, 2024
1 parent 57035c1 commit 8019ceb
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions controller_manager/test/test_spawner_unspawner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,15 +221,8 @@ TEST_F(TestLoadController, multi_ctrls_test_type_in_param)

TEST_F(TestLoadController, spawner_test_type_in_arg)
{
<<<<<<< HEAD
// Provide controller type via -t argument
=======
const std::string test_file_path = ament_index_cpp::get_package_prefix("controller_manager") +
"/test/test_controller_spawner_with_type.yaml";

ControllerManagerRunner cm_runner(this);
// Provide controller type via the parsed file
>>>>>>> 079392b (Fix spawner tests timeout (#1692))
// Provide controller type via -t argument
EXPECT_EQ(
call_spawner(
"ctrl_2 -c test_controller_manager -t " +
Expand All @@ -247,11 +240,7 @@ TEST_F(TestLoadController, unload_on_kill)
{
// Launch spawner with unload on kill
// timeout command will kill it after the specified time with signal SIGINT
<<<<<<< HEAD
=======
ControllerManagerRunner cm_runner(this);
cm_->set_parameter(rclcpp::Parameter("ctrl_3.type", test_controller::TEST_CONTROLLER_CLASS_NAME));
>>>>>>> 079392b (Fix spawner tests timeout (#1692))
std::stringstream ss;
ss << "timeout --signal=INT 5 "
<< std::string(coveragepy_script) +
Expand Down

0 comments on commit 8019ceb

Please sign in to comment.