This is an automated email from the ASF dual-hosted git repository.
srijeet0406 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/master by this push:
new 3b32fbc34d Add t3cutil for Go unit tests (#7715)
3b32fbc34d is described below
commit 3b32fbc34dcdb52cd7911ab12cb151249ec42f5c
Author: Zach Hoffman <[email protected]>
AuthorDate: Mon Aug 14 14:58:57 2023 -0600
Add t3cutil for Go unit tests (#7715)
---
traffic_ops/app/bin/tests/Dockerfile-golangtest | 1 +
1 file changed, 1 insertion(+)
diff --git a/traffic_ops/app/bin/tests/Dockerfile-golangtest
b/traffic_ops/app/bin/tests/Dockerfile-golangtest
index b8807235bf..037afef6ec 100644
--- a/traffic_ops/app/bin/tests/Dockerfile-golangtest
+++ b/traffic_ops/app/bin/tests/Dockerfile-golangtest
@@ -32,6 +32,7 @@ RUN apt-get update && \
wget && \
apt-get clean
+ADD cache-config/t3cutil /go/src/$DIR/cache-config/t3cutil
ADD traffic_ops /go/src/$DIR/traffic_ops
ADD lib /go/src/$DIR/lib
ADD traffic_monitor /go/src/$DIR/traffic_monitor