Add some log sections

This commit is contained in:
Michael Vines 2018-09-06 20:38:11 -07:00
parent 66ff602659
commit b1bacf12a6
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 4 additions and 0 deletions

View File

@ -91,13 +91,17 @@ fi
set -x set -x
echo --- gce.sh delete
time net/gce.sh delete -p "$netName" -y time net/gce.sh delete -p "$netName" -y
if $delete; then if $delete; then
exit 0 exit 0
fi fi
echo --- gce.sh create
time net/gce.sh create "${gce_create_args[@]}" time net/gce.sh create "${gce_create_args[@]}"
net/init-metrics.sh -e net/init-metrics.sh -e
echo --- net.sh create
time net/net.sh start -s "$snapChannel" time net/net.sh start -s "$snapChannel"
exit 0 exit 0