Updated integration test script

This commit is contained in:
Trial97
2019-09-08 17:06:59 +03:00
committed by Dan Christian Bogos
parent 3ebba5c3e0
commit b216a1742c

View File

@@ -41,5 +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=$?
exit $gen && $ap1 && $ap2 && $en && $cdrc && $cfg && $utl && $gnr && $agts && $smg && $mgr && $dis && $lds && $ers