Skip to content

Commit 5352079

Browse files
committed
Refs #22518: Use shutdown command in tests
Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
1 parent 8f6e287 commit 5352079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/blackbox/common/DDSBlackboxTestsDSAutoMode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ void set_ros_discovery_server_auto_env()
3939
void stop_background_servers()
4040
{
4141
// Stop server(s)
42-
int res = std::system("fastdds discovery stop all");
42+
int res = std::system("fastdds discovery shutdown");
4343
ASSERT_EQ(res, 0);
4444
}
4545

0 commit comments

Comments
 (0)