Skip to content

Commit

Permalink
iox-eclipse-iceoryx#2099 Update integration tests script
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Hoinkis <[email protected]>
  • Loading branch information
mossmaurice committed Dec 4, 2023
1 parent 795727c commit 89304d1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tools/ci/run-integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@ cd "${WORKSPACE}"
msg "installing dependencies"
# NOTE: github action ros-tooling/[email protected] should be run before
sudo apt install -y apt-transport-https
sudo apt update && sudo apt install -y cmake libacl1-dev libncurses5-dev pkg-config ros-foxy-ros-testing
sudo apt update && sudo apt install -y cmake libacl1-dev libncurses5-dev pkg-config ros-iron-ros-testing

msg "sourcing ROS workspace"
# shellcheck source=/dev/null
source /opt/ros/foxy/setup.bash

msg "checking copyrights"
sudo rm -rf /opt/ros/foxy/lib/python3.8/site-packages/ament_copyright/template/apache2_header.txt
sudo cp -rf tools/apache2_header.txt /opt/ros/foxy/lib/python3.8/site-packages/ament_copyright/template/.
# shellcheck disable=SC2026
sudo sed -i '41 c\"'c'", "'cc'", "'cpp'", "'cxx'", "'h'", "'hh'", "'hpp'", "'hxx'", "'inl'", "'sh'"' /opt/ros/foxy/lib/python3.8/site-packages/ament_copyright/main.py
ament_copyright --exclude LICENSE CONTRIBUTING.md tools/apache2_header.txt
source /opt/ros/iron/setup.bash

#msg "checking copyrights"
#sudo rm -rf /opt/ros/iron/lib/python3.8/site-packages/ament_copyright/template/apache2_header.txt
#sudo cp -rf tools/apache2_header.txt /opt/ros/iron/lib/python3.8/site-packages/ament_copyright/template/.
## shellcheck disable=SC2026
#sudo sed -i '41 c\"'c'", "'cc'", "'cpp'", "'cxx'", "'h'", "'hh'", "'hpp'", "'hxx'", "'inl'", "'sh'"' /opt/ros/iron/lib/python3.8/site-packages/ament_copyright/main.py
#ament_copyright --exclude LICENSE CONTRIBUTING.md tools/apache2_header.txt

msg "compiler versions:
$(gcc --version)
Expand Down

0 comments on commit 89304d1

Please sign in to comment.