ericholguin commented on code in PR #7180:
URL: https://github.com/apache/trafficcontrol/pull/7180#discussion_r1019381682
##########
dev/t3c/run.sh:
##########
@@ -20,6 +20,9 @@
set -o errexit
trap '[ $? -eq 0 ] && exit 0 || echo "Error on line ${LINENO} of ${0}"; exit
1' EXIT
+cd $TC
+go mod vendor
Review Comment:
I added the check and action to the atc.dev.sh script instead, as that
should exist before the components are started without the components needed to
check for it or wait on it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]