Skip to content

Commit 4f650c3

Browse files
committed
Try force shutdown test_node
1 parent be8503c commit 4f650c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

opennav_coverage_navigator/test/test_coverage_navigator.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ TEST(CoverageNavigatorTests, TestBasicFunctionality)
124124

125125
navigator.on_deactivate();
126126
navigator.on_cleanup();
127+
node->shutdown();
127128
}
128129

129130
TEST(CoverageNavigatorTests, TestBasicServer)
@@ -175,6 +176,7 @@ TEST(CoverageNavigatorTests, TestBasicServer)
175176

176177
navigator.on_deactivate();
177178
navigator.on_cleanup();
179+
node->shutdown();
178180
}
179181

180182
} // namespace opennav_coverage

0 commit comments

Comments
 (0)