diff --git a/test/integration/connect/envoy/run-tests.windows.sh b/test/integration/connect/envoy/run-tests.windows.sh index 99f8abd5b99e..ed4ef11bf40d 100644 --- a/test/integration/connect/envoy/run-tests.windows.sh +++ b/test/integration/connect/envoy/run-tests.windows.sh @@ -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"