Skip to content

Commit

Permalink
skips built package tests due to file locality issues
Browse files Browse the repository at this point in the history
  • Loading branch information
xwilson03 committed May 28, 2024
1 parent b5a7f4f commit b67a7c4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion scripts/test_full.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,13 @@ then
exit -1
fi

skip=(
behaviortree_cpp
behaviortree_ros2
btcpp_ros2_interfaces
btcpp_ros2_samples
rplidar_ros
)

cd $VEXU_HOME
colcon test --return-code-on-test-failure --event-handlers console_direct+ || exit -1
colcon test --packages-skip ${skip[@]} --return-code-on-test-failure --event-handlers console_direct+ || exit -1

0 comments on commit b67a7c4

Please sign in to comment.