fix tests

This commit is contained in:
stelzo 2024-05-17 11:31:09 +02:00
parent 48abb93012
commit 822fe91303
5 changed files with 10 additions and 10 deletions

View File

@ -18,5 +18,5 @@ RUN curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | bash -s -- -y
RUN echo 'source $HOME/.cargo/env' >> $HOME/.bashrc RUN echo 'source $HOME/.cargo/env' >> $HOME/.bashrc
COPY . /r2r COPY . /r2r
RUN chmod +x /r2r/tests/r2r_test.bash RUN chmod +x /r2r/rpcl2/tests/r2r_test.bash
ENTRYPOINT [ "/r2r/tests/r2r_test.bash" ] ENTRYPOINT [ "/r2r/rpcl2/tests/r2r_test.bash" ]

View File

@ -18,5 +18,5 @@ RUN curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | bash -s -- -y
RUN echo 'source $HOME/.cargo/env' >> $HOME/.bashrc RUN echo 'source $HOME/.cargo/env' >> $HOME/.bashrc
COPY . /r2r COPY . /r2r
RUN chmod +x /r2r/tests/r2r_test.bash RUN chmod +x /r2r/rpcl2/tests/r2r_test.bash
ENTRYPOINT [ "/r2r/tests/r2r_test.bash" ] ENTRYPOINT [ "/r2r/rpcl2/tests/r2r_test.bash" ]

View File

@ -18,5 +18,5 @@ RUN curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | bash -s -- -y
RUN echo 'source $HOME/.cargo/env' >> $HOME/.bashrc RUN echo 'source $HOME/.cargo/env' >> $HOME/.bashrc
COPY . /r2r COPY . /r2r
RUN chmod +x /r2r/tests/r2r_test.bash RUN chmod +x /r2r/rpcl2/tests/r2r_test.bash
ENTRYPOINT [ "/r2r/tests/r2r_test.bash" ] ENTRYPOINT [ "/r2r/rpcl2/tests/r2r_test.bash" ]

View File

@ -30,5 +30,5 @@ COPY . .
WORKDIR /ros2_rust_build WORKDIR /ros2_rust_build
RUN . $HOME/.cargo/env && . /opt/ros/humble/setup.sh && colcon build RUN . $HOME/.cargo/env && . /opt/ros/humble/setup.sh && colcon build
RUN chmod +x /ros2_rust_build/src/ros_pointcloud2_tests/tests/rclrs_test.bash RUN chmod +x /ros2_rust_build/src/ros_pointcloud2_tests/rpcl2/tests/rclrs_test.bash
ENTRYPOINT [ "/ros2_rust_build/src/ros_pointcloud2_tests/tests/rclrs_test.bash" ] ENTRYPOINT [ "/ros2_rust_build/src/ros_pointcloud2_tests/rpcl2/tests/rclrs_test.bash" ]

View File

@ -30,5 +30,5 @@ COPY . .
WORKDIR /ros2_rust_build WORKDIR /ros2_rust_build
RUN . $HOME/.cargo/env && . /opt/ros/iron/setup.sh && colcon build RUN . $HOME/.cargo/env && . /opt/ros/iron/setup.sh && colcon build
RUN chmod +x /ros2_rust_build/src/ros_pointcloud2_tests/tests/rclrs_test.bash RUN chmod +x /ros2_rust_build/src/ros_pointcloud2_tests/rpcl2/tests/rclrs_test.bash
ENTRYPOINT [ "/ros2_rust_build/src/ros_pointcloud2_tests/tests/rclrs_test.bash" ] ENTRYPOINT [ "/ros2_rust_build/src/ros_pointcloud2_tests/rpcl2/tests/rclrs_test.bash" ]