mirror of https://github.com/ansible/ansible.git
Reduce console noise at start of CI session. (#52387)
* Reduce console noise at start of CI session. * Use allowed shebang.pull/52539/head
parent
5e9b089ec2
commit
a1fec259c1
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash -eu
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -o pipefail
|
set -o pipefail -eu
|
||||||
|
|
||||||
"$@" 2>&1 | "$(dirname "$0")/timing.py"
|
"$@" 2>&1 | "$(dirname "$0")/timing.py"
|
||||||
|
Loading…
Reference in New Issue