From e6a6910a467d8e630ee75d7ff9e68c18640c4461 Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Tue, 15 Jul 2014 16:38:54 +0300 Subject: [PATCH] removed cdrstats dir --- test.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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