From 10ce114ad0d426ecea09d8869dee61b305b51371 Mon Sep 17 00:00:00 2001 From: Tomas Baca Date: Fri, 9 Feb 2024 10:00:12 +0100 Subject: [PATCH] fixing testing --- .ci/build_for_testing.sh | 4 ++-- .ci/test.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ci/build_for_testing.sh b/.ci/build_for_testing.sh index d81223877b..fb4ef0e153 100755 --- a/.ci/build_for_testing.sh +++ b/.ci/build_for_testing.sh @@ -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" diff --git a/.ci/test.sh b/.ci/test.sh index 7c020256ec..7e3dc51b29 100755 --- a/.ci/test.sh +++ b/.ci/test.sh @@ -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"