removed balancer test from script

This commit is contained in:
Radu Ioan Fericean
2012-08-21 13:04:26 +03:00
parent 9966a67bfc
commit a2217628cc

View File

@@ -4,8 +4,6 @@ go test github.com/cgrates/cgrates/timespans
ts=$?
go test github.com/cgrates/cgrates/sessionmanager
sm=$?
go test github.com/cgrates/cgrates/balancer
bl=$?
go test github.com/cgrates/cgrates/cmd/cgr-rater
cr=$?