Multiples fix to jobs
[lttng-ci.git] / scripts / babeltrace / build.sh
index e9f06b1073a6eb6b68f0905a0ed6bb3af5b9810a..3af49df6d56e93c616d2bab7493db3ad06bbc576 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -exu
 #
 # Copyright (C) 2015 - Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
 #
@@ -30,7 +30,7 @@ static)
     echo "Static build"
     CONF_OPTS="--enable-static --disable-shared"
     ;;
-python_bindings)  
+python-bindings)  
     echo "Build with python bindings"
     # We only support bindings built with Python 3
     export PYTHON="python3"
This page took 0.022778 seconds and 4 git commands to generate.