We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f4460 commit b3b8591Copy full SHA for b3b8591
tools/test-fwe.sh
@@ -5,7 +5,7 @@
5
set -eo pipefail
6
7
WITH_ROS2_SUPPORT="false"
8
-
+# DISABLE_TESTS=""
9
parse_args() {
10
while [ "$#" -gt 0 ]; do
11
case $1 in
@@ -27,8 +27,8 @@ parse_args "$@"
27
if ${WITH_ROS2_SUPPORT}; then
28
source /opt/ros/galactic/setup.bash
29
# 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
+ # tail -F log/latest_test/iotfleetwise/stdout_stderr.log &
+ ctest -V
32
else
33
cd build
34
ctest -V
0 commit comments