diff --git a/builder/test/tests.sh b/builder/test/tests.sh index d27c9597..669f4d1c 100755 --- a/builder/test/tests.sh +++ b/builder/test/tests.sh @@ -80,11 +80,11 @@ roscd rosrun rosmsg rossrv -rosnode -rostopic -rosservice +rosnode || [ $? -eq 64 ] # usage output code is 64 +rostopic || [ $? -eq 64 ] +rosservice || [ $? -eq 64 ] rosparam -roslaunch +roslaunch -h # validate examples are present [[ $(ls $H/examples/*) ]]