ansible.posix/tests/utils/shippable/timing.sh
John Barker 1b64f88d5b Bootstrap Collection
* Basic common bootstrapping of repo
* Correct Galaxy settings
* Attempt to get Shippable working
2020-03-10 09:57:06 +00:00

5 lines
82 B
Bash
Executable file

#!/usr/bin/env bash
set -o pipefail -eu
"$@" 2>&1 | "$(dirname "$0")/timing.py"