jjb: Add env and os details printing to build jobs
[lttng-ci.git] / scripts / lttng-tools / clean_processes_coredump.sh
index 91082fb6b13d75069a4301f4d028e353d7c76aaa..bf856a04475d1780578412d49ec60abfa95c7f79 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash -exu
+#!/bin/bash
 #
 # Copyright (C) 2018 - Jonathan Rajotte-Julien <jonathan.rajotte-julien@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
+
 PGREP=pgrep
 # Kill any LTTng-related process
 lttng_processes="$("$PGREP" -l 'lttng|gen-ust-.+')" || true
This page took 0.048016 seconds and 4 git commands to generate.