jjb: Add env and os details printing to build jobs
[lttng-ci.git] / scripts / babeltrace-benchmark / benchmark.sh
index c9f579c90300cdf8e3f8eef67ce6f9e968e533da..57a788f67d2af6561f6f50986bcde7a12be6e626 100755 (executable)
@@ -1,6 +1,6 @@
-#!/bin/bash -exu
+#!/bin/bash
 #
-# Copyright (C) 2019 Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
+# Copyright (C) 2019 Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -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
+
 SRC_DIR="$WORKSPACE/src/babeltrace"
 SCRIPT_DIR="$WORKSPACE/src/lttng-ci"
 RESULTS_DIR="$WORKSPACE/results"
This page took 0.022419 seconds and 4 git commands to generate.