Skip to content

Commit

Permalink
fixing testing
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Feb 9, 2024
1 parent 6988ada commit 10ce114
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .ci/build_for_testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ rosdep install --from-path .

echo "$0: building the workspace"

catkin build --limit-status-rate 0.2 --cmake-args "-DCOVERAGE=true -DMRS_ENABLE_TESTING=1"
catkin build --limit-status-rate 0.2 --cmake-args "-DCOVERAGE=true -DMRS_ENABLE_TESTING=1" --catkin-make-args tests
catkin build --limit-status-rate 0.2 --cmake-args -DCOVERAGE=true -DMRS_ENABLE_TESTING=true
catkin build --limit-status-rate 0.2 --cmake-args -DCOVERAGE=true -DMRS_ENABLE_TESTING=true --catkin-make-args tests

echo "$0: tar the workspace"

Expand Down
4 changes: 2 additions & 2 deletions .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ rosdep install --from-path .

echo "$0: building the workspace"

catkin build --limit-status-rate 0.2 --cmake-args "-DCOVERAGE=true -DMRS_ENABLE_TESTING=1"
catkin build --limit-status-rate 0.2 --cmake-args "-DCOVERAGE=true -DMRS_ENABLE_TESTING=1" --catkin-make-args tests
catkin build --limit-status-rate 0.2 --cmake-args -DCOVERAGE=true -DMRS_ENABLE_TESTING=true
catkin build --limit-status-rate 0.2 --cmake-args -DCOVERAGE=true -DMRS_ENABLE_TESTING=true --catkin-make-args tests

echo "$0: testing"

Expand Down

0 comments on commit 10ce114

Please sign in to comment.