This website requires JavaScript.
Explore
Cloud
Chat
CI/CD
Help
Sign in
cmueller
/
ansible
Watch
1
Star
0
Fork
You've already forked ansible
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
418b9b781d
Branches
Tags
No results found.
ansible
/
test
/
utils
/
shippable
/
timing.sh
6 lines
82 B
Bash
Raw
Normal View
History
Unescape
Escape
Reduce console noise at start of CI session. (#52387) * Reduce console noise at start of CI session. * Use allowed shebang.
2019-02-18 13:41:45 -08:00
#!/usr/bin/env bash
Initial ansible-test implementation. (#18556)
2016-11-29 21:21:53 -08:00
Reduce console noise at start of CI session. (#52387) * Reduce console noise at start of CI session. * Use allowed shebang.
2019-02-18 13:41:45 -08:00
set
-o pipefail -eu
Initial ansible-test implementation. (#18556)
2016-11-29 21:21:53 -08:00
Use runtime instead of datetime for test output.
2018-08-23 10:23:19 -07:00
"
$@
"
2>
&
1
|
"
$(
dirname
"
$0
"
)
/timing.py
"
Reference in a new issue
Copy permalink