Added *variable to LoaderS template

This commit is contained in:
Trial97
2019-08-01 11:28:19 +03:00
committed by Dan Christian Bogos
parent 53018880b8
commit eec3bbe70c
11 changed files with 553 additions and 452 deletions

View File

@@ -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