summaryrefslogtreecommitdiff
path: root/test/utils/shippable/rhel.sh
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2019-02-18 13:41:45 -0800
committerGitHub <noreply@github.com>2019-02-18 13:41:45 -0800
commita1fec259c1cf16429eb7d42c9c9a657eff814436 (patch)
tree9faf69a0d01b14ebab06e9af8a6b9b420a024a12 /test/utils/shippable/rhel.sh
parent5e9b089ec2d9e95fdecc79b652a688ae2c0fa401 (diff)
downloadansible-a1fec259c1cf16429eb7d42c9c9a657eff814436.tar.gz
Reduce console noise at start of CI session. (#52387)
* Reduce console noise at start of CI session. * Use allowed shebang.
Diffstat (limited to 'test/utils/shippable/rhel.sh')
-rwxr-xr-xtest/utils/shippable/rhel.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/utils/shippable/rhel.sh b/test/utils/shippable/rhel.sh
index a14441e74c..cd3014ccac 100755
--- a/test/utils/shippable/rhel.sh
+++ b/test/utils/shippable/rhel.sh
@@ -1,6 +1,6 @@
-#!/bin/bash -eux
+#!/usr/bin/env bash
-set -o pipefail
+set -o pipefail -eux
declare -a args
IFS='/:' read -ra args <<< "$1"