@@ -7,6 +7,8 @@ sm=$?
go test github.com/cgrates/cgrates/cmd/cgr-rater
cr=$?
go test github.com/cgrates/cgrates/inotify
in=$?
it=$?
go test github.com/cgrates/cgrates/mediator
md=$?
exit $ts && $sm && $bl && $cr && $in
exit $ts && $sm && $bl && $cr && $it && $md
The note is not visible to the blocked user.