mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Use runtime instead of datetime for test output.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash -eux
|
||||
#!/bin/bash -eu
|
||||
|
||||
set -o pipefail
|
||||
|
||||
"$@" 2>&1 | gawk '{ print strftime("%Y-%m-%d %H:%M:%S"), $0; fflush(); }'
|
||||
"$@" 2>&1 | "$(dirname "$0")/timing.py"
|
||||
|
||||
Reference in New Issue
Block a user