mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Move csvProvider in config (SliceDP) and add ers in integration test script
This commit is contained in:
committed by
Dan Christian Bogos
parent
2e292b94b0
commit
8a9ac38536
@@ -14,6 +14,9 @@ en=$?
|
||||
echo 'go test github.com/cgrates/cgrates/cdrc -tags=integration'
|
||||
go test github.com/cgrates/cgrates/cdrc -tags=integration
|
||||
cdrc=$?
|
||||
echo 'go test github.com/cgrates/cgrates/ers -tags=integration'
|
||||
go test github.com/cgrates/cgrates/ers -tags=integration
|
||||
ers=$?
|
||||
echo 'go test github.com/cgrates/cgrates/config -tags=integration'
|
||||
go test github.com/cgrates/cgrates/config -tags=integration
|
||||
cfg=$?
|
||||
@@ -39,4 +42,4 @@ echo 'go test github.com/cgrates/cgrates/loaders -tags=integration'
|
||||
go test github.com/cgrates/cgrates/loaders -tags=integration
|
||||
lds=$?
|
||||
|
||||
exit $gen && $ap1 && $ap2 && $en && $cdrc && $cfg && $utl && $gnr && $agts && $smg && $mgr && $dis && $lds
|
||||
exit $gen && $ap1 && $ap2 && $en && $cdrc && $cfg && $utl && $gnr && $agts && $smg && $mgr && $dis && $lds && $ers
|
||||
|
||||
Reference in New Issue
Block a user