X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Fbarectf%2Fbuild.sh;h=cd0c31c88be67ba37a0b4c6b2b83a2acaa7cad0d;hb=0c4ab1e7a9ed81e6841c7af3671b39ed2739fa6f;hp=90ea995c7ea946c984c5ede79c5faaaa2163e99f;hpb=b50820f171d20a4f76e4a77c236af50e353fe771;p=lttng-ci.git diff --git a/scripts/barectf/build.sh b/scripts/barectf/build.sh index 90ea995..cd0c31c 100755 --- a/scripts/barectf/build.sh +++ b/scripts/barectf/build.sh @@ -1,4 +1,4 @@ -#!/bin/sh -exu +#!/bin/sh # # Copyright (C) 2015-2020 Michael Jeanson # @@ -15,6 +15,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +set -exu + SRCDIR="src/barectf" PYTHON3="python3" @@ -37,9 +39,6 @@ pip install --quiet tox poetry cd "$SRCDIR" -# install barectf in virtual environment -poetry config virtualenvs.create false - # test tox -v