From eeb8ee5ecff9d53e87641186ae0bdb93b7c17886 Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Wed, 6 Jan 2016 19:07:43 +0200 Subject: [PATCH] added session manager tests to local tests --- local_test.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/local_test.sh b/local_test.sh index b35a4e809..b85f15363 100755 --- a/local_test.sh +++ b/local_test.sh @@ -26,9 +26,8 @@ gnr=$? echo 'go test github.com/cgrates/cgrates/agents -integration' go test github.com/cgrates/cgrates/agents -integration agts=$? +echo 'go test github.com/cgrates/cgrates/sessionmanager -integration' +go test github.com/cgrates/cgrates/sessionmanager -integration +smg=$? - - - - -exit $gen && $ap1 && $ap2 && $en && $cdrc && $cfg && $utl && $gnr && $agts +exit $gen && $ap1 && $ap2 && $en && $cdrc && $cfg && $utl && $gnr && $agts && $smg