UT changes and fixes
[ric-plt/submgr.git] / Dockerfile
index 5276ea5..0a2b217 100644 (file)
@@ -182,7 +182,7 @@ ENV RMR_SEED_RT=/opt/submgr/test/uta_rtg.rt
 RUN sed -r  "s/^(::1.*)/#\1/" /etc/hosts  > /etc/hosts.new \
     && cat /etc/hosts.new > /etc/hosts \
     && cat /etc/hosts  \
-    && go test -test.coverprofile /tmp/submgr_cover.out -count=1 -v ./pkg/control \
+    && go test -failfast -test.coverprofile /tmp/submgr_cover.out -count=1 -v ./pkg/control \
     && go tool cover -html=/tmp/submgr_cover.out -o /tmp/submgr_cover.html
 
 # test formating (not important)