X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Flttng-ivc%2Fbuild.sh;h=484c6484026ba85bccf18809cc0573bbea933c31;hb=85ab4eb7ab0db7efb72af0620c60dbb9c8296404;hp=62069a4f7616fb5364f383b8044b3bb3e4d805c5;hpb=4ce5a709126a3e40313172ebb3143ba449198756;p=lttng-ci.git diff --git a/scripts/lttng-ivc/build.sh b/scripts/lttng-ivc/build.sh index 62069a4..484c648 100644 --- a/scripts/lttng-ivc/build.sh +++ b/scripts/lttng-ivc/build.sh @@ -42,7 +42,7 @@ cd src/ || exit 1 export CFLAGS="-fcommon" # Run test suite via tox -tox -v -- --junit-xml="${WORKSPACE}/result.xml" +tox -v -e babeltrace -- --junit-xml="${WORKSPACE}/result.xml" # Remove base venv deactivate