mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 09:08:45 +05:00
Added *variable to LoaderS template
This commit is contained in:
committed by
Dan Christian Bogos
parent
53018880b8
commit
eec3bbe70c
@@ -35,5 +35,8 @@ mgr=$?
|
||||
echo 'go test github.com/cgrates/cgrates/dispatchers -tags=integration'
|
||||
go test github.com/cgrates/cgrates/dispatchers -tags=integration
|
||||
dis=$?
|
||||
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
|
||||
exit $gen && $ap1 && $ap2 && $en && $cdrc && $cfg && $utl && $gnr && $agts && $smg && $mgr && $dis && $lds
|
||||
|
||||
Reference in New Issue
Block a user