mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Update integration test with new name for dispatcher
This commit is contained in:
committed by
Dan Christian Bogos
parent
ef1fee9925
commit
0248805b8b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user