jjb: Add env and os details printing to build jobs
[lttng-ci.git] / scripts / lttng-tools / hang_processes.sh
index 34f8ef03d13bb48e31e5e072cef6a6815e7b34c2..3e52a607a3ddb6a3396ff17d680abff3be9d8fba 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
 pids=""
 file_list=$(mktemp)
This page took 0.022195 seconds and 4 git commands to generate.