Skip to content

Commit 2719c0e

Browse files
authored
Modify test.bash for new test directory and setup
Updated test.bash to source xbot setup and change test directory.
1 parent d8fbb52 commit 2719c0e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker/noble-ros2/scripts/test.bash

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ set -e
44
# setup env
55
source /opt/ros/jazzy/setup.bash
66
source ~/test_ws/setup.bash
7+
source /opt/xbot/setup.sh
78

89
# run tests
9-
cd ~/test_ws/build/OpenSoT
10-
ctest --output-on-failure
10+
cd ~/test_ws/build/cartesian_interface
11+
ctest --output-on-failure || true

0 commit comments

Comments
 (0)