Skip to content

Commit 3efc047

Browse files
author
Jeremy Adams
committed
clean up rpc test
1 parent 07818d8 commit 3efc047

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

run_ci_test_rpc.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ printenv|grep ROS
99
export RMW_IMPLEMENTATION=rmw_opendds_cpp
1010
printenv|grep RMW
1111

12+
rm client.out
1213
ros2 run examples_rclcpp_minimal_service service_main &
13-
stdbuf -o0 ros2 run examples_rclcpp_minimal_client client_main > client.out
14+
stdbuf -o0 ros2 run examples_rclcpp_minimal_client client_main &> client.out
1415

1516
pkill service_main
1617
pkill client_main

0 commit comments

Comments
 (0)