From b216a1742cf13c1c4773a51cb0f2d1104287d31d Mon Sep 17 00:00:00 2001 From: Trial97 Date: Sun, 8 Sep 2019 17:06:59 +0300 Subject: [PATCH] Updated integration test script --- integration_test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/integration_test.sh b/integration_test.sh index 7c5f357b6..1c07d61b4 100755 --- a/integration_test.sh +++ b/integration_test.sh @@ -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