mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 07:38:45 +05:00
exit code for build script taken from the go test commands
This commit is contained in:
@@ -5,6 +5,14 @@ go install github.com/cgrates/cgrates/cmd/cgr-loader
|
||||
go install github.com/cgrates/cgrates/cmd/cgr-console
|
||||
|
||||
go test github.com/cgrates/cgrates/timespans
|
||||
ts=$?
|
||||
go test github.com/cgrates/cgrates/sessionmanager
|
||||
sm=$?
|
||||
go test github.com/cgrates/cgrates/balancer
|
||||
bl=$?
|
||||
go test github.com/cgrates/cgrates/cmd/cgr-rater
|
||||
cr=$?
|
||||
|
||||
exit $ts || $sm || $bl || $cr
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user