jjb: Add env and os details printing to build jobs
[lttng-ci.git] / scripts / lttng-analyses / pylint.sh
index 4eb9693a9ad627274ed9f99bb35355ac13e7d715..426fcc4b6632b6a4e01d02ec2d96544281de8d27 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash -exu
+#!/bin/bash
 #
 # Copyright (C) 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/lttng-analyses"
 
 PYTHON3="python3"
This page took 0.027925 seconds and 4 git commands to generate.