mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-14 12:49:54 +05:00
added session manager tests to local tests
This commit is contained in:
@@ -26,9 +26,8 @@ gnr=$?
|
||||
echo 'go test github.com/cgrates/cgrates/agents -integration'
|
||||
go test github.com/cgrates/cgrates/agents -integration
|
||||
agts=$?
|
||||
echo 'go test github.com/cgrates/cgrates/sessionmanager -integration'
|
||||
go test github.com/cgrates/cgrates/sessionmanager -integration
|
||||
smg=$?
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
exit $gen && $ap1 && $ap2 && $en && $cdrc && $cfg && $utl && $gnr && $agts
|
||||
exit $gen && $ap1 && $ap2 && $en && $cdrc && $cfg && $utl && $gnr && $agts && $smg
|
||||
|
||||
Reference in New Issue
Block a user