Skip to content

Commit

Permalink
added time stamps (#18757)
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning authored Sep 12, 2023
1 parent 62062fd commit 697836b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/integration/connect/envoy/run-tests.windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 697836b

Please sign in to comment.