Update integration test with new name for dispatcher

This commit is contained in:
TeoV
2018-10-31 06:58:08 -04:00
committed by Dan Christian Bogos
parent ef1fee9925
commit 0248805b8b

View File

@@ -31,8 +31,8 @@ smg=$?
echo 'go test github.com/cgrates/cgrates/migrator -tags=integration'
go test github.com/cgrates/cgrates/migrator -tags=integration
mgr=$?
echo 'go test github.com/cgrates/cgrates/dispatcher -tags=integration'
go test github.com/cgrates/cgrates/dispatcher -tags=integration
echo 'go test github.com/cgrates/cgrates/dispatchers -tags=integration'
go test github.com/cgrates/cgrates/dispatchers -tags=integration
dis=$?
exit $gen && $ap1 && $ap2 && $en && $cdrc && $cfg && $utl && $gnr && $agts && $smg && $mgr && $dis