mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Move ObjectDP/SliceDP into own fiels and run TPTests at the end of integration tests
This commit is contained in:
committed by
Dan Christian Bogos
parent
610483f954
commit
1fc6eff86e
@@ -41,8 +41,8 @@ dis=$?
|
||||
echo 'go test github.com/cgrates/cgrates/loaders -tags=integration'
|
||||
go test github.com/cgrates/cgrates/loaders -tags=integration
|
||||
lds=$?
|
||||
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/apier/v1 -tags=offline'
|
||||
go test github.com/cgrates/cgrates/apier/v1 -tags=offline
|
||||
offline=$?
|
||||
|
||||
exit $gen && $ap1 && $ap2 && $en && $cdrc && $cfg && $utl && $gnr && $agts && $smg && $mgr && $dis && $lds && $ers
|
||||
exit $gen && $ap1 && $ap2 && $en && $cdrc && $cfg && $utl && $gnr && $agts && $smg && $mgr && $dis && $lds && $ers && offline
|
||||
|
||||
Reference in New Issue
Block a user