mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Fixed failing integration test
This commit is contained in:
committed by
Dan Christian Bogos
parent
d8418b8a56
commit
6fa2778d52
@@ -28,5 +28,8 @@ agts=$?
|
||||
echo 'go test github.com/cgrates/cgrates/sessionmanager -tags=integration'
|
||||
go test github.com/cgrates/cgrates/sessionmanager -tags=integration
|
||||
smg=$?
|
||||
echo 'go test github.com/cgrates/cgrates/migrator -tags=integration'
|
||||
go test github.com/cgrates/cgrates/migrator -tags=integration
|
||||
mgr=$?
|
||||
|
||||
exit $gen && $ap1 && $ap2 && $en && $cdrc && $cfg && $utl && $gnr && $agts && $smg
|
||||
exit $gen && $ap1 && $ap2 && $en && $cdrc && $cfg && $utl && $gnr && $agts && $smg && $mgr
|
||||
|
||||
Reference in New Issue
Block a user