Skip to content

Commit b3b8591

Browse files
committed
Trying to run ROS2 without colcon
1 parent 28f4460 commit b3b8591

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/test-fwe.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
set -eo pipefail
66

77
WITH_ROS2_SUPPORT="false"
8-
8+
# DISABLE_TESTS=""
99
parse_args() {
1010
while [ "$#" -gt 0 ]; do
1111
case $1 in
@@ -27,8 +27,8 @@ parse_args "$@"
2727
if ${WITH_ROS2_SUPPORT}; then
2828
source /opt/ros/galactic/setup.bash
2929
# colcon hides the test output, so use tail in the background.
30-
tail -F log/latest_test/iotfleetwise/stdout_stderr.log &
31-
colcon test --return-code-on-test-failure
30+
# tail -F log/latest_test/iotfleetwise/stdout_stderr.log &
31+
ctest -V
3232
else
3333
cd build
3434
ctest -V

0 commit comments

Comments
 (0)