Source setup file instead of local_setup for tracing_enabled job

Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
Christophe Bedard 2020-03-14 16:53:18 -04:00
parent 8b91e0bcc6
commit 88c57e72e4

View file

@ -24,7 +24,7 @@ tracing_enabled:
script:
- lttng --version && apt list lttng-tools liblttng-ust-dev python3-lttng python3-babeltrace
- colcon build --symlink-install --event-handlers console_cohesion+ --packages-up-to $PACKAGES_LIST
- . install/local_setup.sh
- . install/setup.sh
- ./build/tracetools/status
- colcon test --event-handlers console_cohesion+ --packages-select $PACKAGES_LIST
- colcon test-result --all