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
0690b68bd3
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 22:41:45 +01:00
#!/usr/bin/env bash
Initial ansible-test implementation. (#18556)
2016-11-30 06:21:53 +01:00
Reduce console noise at start of CI session. (#52387) * Reduce console noise at start of CI session. * Use allowed shebang.
2019-02-18 22:41:45 +01:00
set
-o pipefail -eu
Initial ansible-test implementation. (#18556)
2016-11-30 06:21:53 +01:00
Use runtime instead of datetime for test output.
2018-08-23 19:23:19 +02:00
"
$@
"
2>
&
1
|
"
$(
dirname
"
$0
"
)
/timing.py
"
Reference in a new issue
Copy permalink