X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=adapter%2Fbuild_adapter_ubuntu.sh;h=5edd93df79c4b82e131d331804777914246b619f;hb=3e8e2aae7fd5b5e89b5b5ada8483d5953cd7d3d7;hp=390e20839d44b1f2d0e45f714cc48053bd66feed;hpb=6b1d437b586c6d3b606e3fa7ce0f95cb18336d60;p=ric-plt%2Falarm-go.git diff --git a/adapter/build_adapter_ubuntu.sh b/adapter/build_adapter_ubuntu.sh index 390e208..5edd93d 100755 --- a/adapter/build_adapter_ubuntu.sh +++ b/adapter/build_adapter_ubuntu.sh @@ -61,6 +61,6 @@ go build -a -installsuffix cgo -ldflags "-X main.Version=$tag -X main.Hash=$hash #cd ../alarm && go test . -v -coverprofile cover.out # And for the Alarm Adapter -#cd ../adapter && go test -v -p 1 -coverprofile cover.out ./cmd/ -c -o ./adapter_test && ./adapter_test +cd ../adapter && go test -v -p 1 -coverprofile cover.out ./cmd/ -c -o ./adapter_test && ./adapter_test echo "--> build_adapter_ubuntu.sh ends"