ansible.posix/.azure-pipelines/commands/timing.sh
jillr d18699d88f Update tests
Remove legacy shippable files and shippable references from ignore files.
Move CI utility scripts to AZP config.
2024-05-09 18:12:22 +00:00

5 lines
82 B
Bash
Executable file

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