This website requires JavaScript.
Explore
Help
Sign In
a-c-m
/
community.general
mirror of
https://github.com/ansible-collections/community.general.git
Watch
1
Star
0
Fork
You've already forked community.general
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eebece91b1
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 17:23:19 +00:00
#!/bin/bash -eu
Initial ansible-test implementation. (#18556)
2016-11-30 05:21:53 +00:00
set
-o pipefail
Use runtime instead of datetime for test output.
2018-08-23 17:23:19 +00:00
"
$@
"
2>
&
1
|
"
$(
dirname
"
$0
"
)
/timing.py
"