Skip to content

Commit

Permalink
fixed test script
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Mar 14, 2024
1 parent 124f408 commit 2d36739
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,10 @@ ulimit -c unlimited
cd $WORKSPACE/src/$REPOSITORY_NAME
ROS_DIRS=$(find . -name package.xml -printf "%h\n")

FAILED=0

for DIR in $ROS_DIRS; do
cd $WORKSPACE/src/$REPOSITORY_NAME/$DIR
FAILED=0
catkin test --limit-status-rate 0.2 --this -p 1 -s || FAILED=1
done

Expand Down

0 comments on commit 2d36739

Please sign in to comment.