This website requires JavaScript.
Explore
Help
Sign in
ansible
/
community.general
Watch
1
Star
0
Fork
You've already forked community.general
0
mirror of
https://github.com/ansible-collections/community.general.git
synced
2024-09-14 20:13:21 +02:00
Code
Releases
Activity
5e9b089ec2
community.general
/
test
/
utils
/
shippable
/
timing.sh
6 lines
74 B
Bash
Raw
Normal View
History
Unescape
Escape
Use runtime instead of datetime for test output.
2018-08-23 19:23:19 +02:00
#!/bin/bash -eu
Initial ansible-test implementation. (#18556)
2016-11-30 06:21:53 +01:00
set
-o pipefail
Use runtime instead of datetime for test output.
2018-08-23 19:23:19 +02:00
"
$@
"
2>
&
1
|
"
$(
dirname
"
$0
"
)
/timing.py
"
Copy permalink