mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Initial ansible-test implementation. (#18556)
This commit is contained in:
5
test/utils/shippable/timing.sh
Executable file
5
test/utils/shippable/timing.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash -eux
|
||||
|
||||
set -o pipefail
|
||||
|
||||
"$1" 2>&1 | gawk '{ print strftime("%Y-%m-%d %H:%M:%S"), $0; fflush(); }'
|
||||
Reference in New Issue
Block a user