mirror of https://github.com/status-im/consul.git
added time stamps (#18757)
This commit is contained in:
parent
62062fd4fd
commit
697836b19a
|
@ -604,11 +604,13 @@ function suite_teardown {
|
|||
}
|
||||
|
||||
function run_containers {
|
||||
echo "Starting Containers"
|
||||
echo "Starting containers"
|
||||
echo $(date)
|
||||
echo $@
|
||||
for name in $@ ; do
|
||||
echo "Starting container"
|
||||
echo $name
|
||||
echo $(date)
|
||||
run_container $name
|
||||
done
|
||||
echo "Done running containers"
|
||||
|
|
Loading…
Reference in New Issue