diff --git a/test.sh b/test.sh index a16cfe836..984caa3ae 100755 --- a/test.sh +++ b/test.sh @@ -12,7 +12,6 @@ go test -i github.com/cgrates/cgrates/cdrc go test -i github.com/cgrates/cgrates/utils go test -i github.com/cgrates/cgrates/history go test -i github.com/cgrates/cgrates/cdre -go test -i github.com/cgrates/cgrates/cdrstats go test github.com/cgrates/cgrates/engine en=$? @@ -40,8 +39,5 @@ go test github.com/cgrates/cgrates/cache2go c2g=$? go test github.com/cgrates/cgrates/cdre cdre=$? -go test github.com/cgrates/cgrates/cdrstats -stats=$? - -exit $en && $gt && $sm && $cfg && $bl && $cr && $md && $cdrs && $cdrc && $fs && $ut && $hs && $c2g && $cdre && $stats +exit $en && $gt && $sm && $cfg && $bl && $cr && $md && $cdrs && $cdrc && $fs && $ut && $hs && $c2g && $cdre