This website requires JavaScript.
Explore
Help
Sign in
wbrawner
/
ansible
Watch
1
Star
0
Fork
You've already forked ansible
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
9959d7f722
ansible
/
test
/
utils
/
shippable
/
timing.sh
6 lines
74 B
Bash
Raw
Normal View
History
Unescape
Escape
Use runtime instead of datetime for test output. (cherry picked from commit 31a5b874a158b1379733cf2ea17b0688c587780d)
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. (cherry picked from commit 31a5b874a158b1379733cf2ea17b0688c587780d)
2018-08-23 17:23:19 +00:00
"
$@
"
2>
&
1
|
"
$(
dirname
"
$0
"
)
/timing.py
"
Reference in a new issue
Copy permalink