mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Moving config into it's own package, renaming config parameters to be exported by the package
This commit is contained in:
4
test.sh
4
test.sh
@@ -4,6 +4,8 @@ go test github.com/cgrates/cgrates/rater
|
||||
ts=$?
|
||||
go test github.com/cgrates/cgrates/sessionmanager
|
||||
sm=$?
|
||||
go test github.com/cgrates/cgrates/config
|
||||
cfg=$?
|
||||
go test github.com/cgrates/cgrates/cmd/cgr-rater
|
||||
cr=$?
|
||||
go test github.com/cgrates/cgrates/inotify
|
||||
@@ -13,4 +15,4 @@ md=$?
|
||||
go test github.com/cgrates/fsock
|
||||
fs=$?
|
||||
|
||||
exit $ts && $sm && $bl && $cr && $it && $md && $fs
|
||||
exit $ts && $sm && $cfg && $bl && $cr && $it && $md && $fs
|
||||
|
||||
Reference in New Issue
Block a user