diff --git a/test.sh b/test.sh index 7c605b910..48c9fa8d4 100755 --- a/test.sh +++ b/test.sh @@ -11,7 +11,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/pubsub go test github.com/cgrates/cgrates/apier/v1 v1=$? @@ -37,7 +36,5 @@ go test github.com/cgrates/cgrates/cache2go c2g=$? go test github.com/cgrates/cgrates/cdre cdre=$? -go test github.com/cgrates/cgrates/pubsub -ps=$? -exit $v1 && $v2 && $en && $gt && $sm && $cfg && $bl && $cr && $cdrc && $ut && $hs && $c2g && $cdre && $ps +exit $v1 && $v2 && $en && $gt && $sm && $cfg && $bl && $cr && $cdrc && $ut && $hs && $c2g && $cdre