Fixed failing integration test

This commit is contained in:
edwardro22
2017-12-17 03:31:20 +02:00
committed by Dan Christian Bogos
parent d8418b8a56
commit 6fa2778d52
6 changed files with 194 additions and 101 deletions

View File

@@ -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