system-tests: move to babeltrace 1.5 stable
[lttng-ci.git] / scripts / barectf / build.sh
index 90ea995c7ea946c984c5ede79c5faaaa2163e99f..cd0c31c88be67ba37a0b4c6b2b83a2acaa7cad0d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -exu
+#!/bin/sh
 #
 # Copyright (C) 2015-2020 Michael Jeanson <mjeanson@efficios.com>
 #
@@ -15,6 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+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
 
This page took 0.023078 seconds and 4 git commands to generate.