File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ install(FILES
2222
2323if (BUILD_TESTING)
2424 find_package (launch_testing_ament_cmake REQUIRED)
25-
25+
2626 # Run each test with both SingleThreadedExecutor and EventsExecutor
2727 set (TEST_FILES
2828 test /websocket/advertise_action.test .py
@@ -35,7 +35,7 @@ if(BUILD_TESTING)
3535 test /websocket/best_effort_publisher.test .py
3636 test /websocket/multiple_subscribers_raw.test .py
3737 )
38-
38+
3939 foreach (TEST_FILE ${TEST_FILES} )
4040 # Extract base name for test naming
4141 get_filename_component (TEST_NAME ${TEST_FILE} NAME_WE )
@@ -45,7 +45,7 @@ if(BUILD_TESTING)
4545 TARGET ${TEST_NAME} _singlethreaded
4646 ARGS "use_events_executor:=false"
4747 )
48-
48+
4949 # Run with EventsExecutor
5050 add_launch_test(${TEST_FILE}
5151 TARGET ${TEST_NAME} _events
You can’t perform that action at this time.
0 commit comments