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
2e0229a4b6
community.general
/
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
"
Copy permalink