Remove pytest test options overriding in CI config
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
parent
3087e62451
commit
fa8d92b03f
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,6 @@ build:
|
||||||
- . /root/ws/install/local_setup.sh
|
- . /root/ws/install/local_setup.sh
|
||||||
script:
|
script:
|
||||||
- colcon build --symlink-install --event-handlers console_cohesion+ --packages-up-to $PACKAGES_LIST
|
- colcon build --symlink-install --event-handlers console_cohesion+ --packages-up-to $PACKAGES_LIST
|
||||||
- colcon test --event-handlers console_cohesion+ --packages-select $PACKAGES_LIST --pytest-args -o addopts=
|
- colcon test --event-handlers console_cohesion+ --packages-select $PACKAGES_LIST
|
||||||
- colcon test-result --all
|
- colcon test-result --all
|
||||||
<<: *global_artifacts
|
<<: *global_artifacts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue