small bug correction and added fsock to test suite

This commit is contained in:
Radu Ioan Fericean
2012-10-06 14:33:31 +03:00
parent 5b98432c2b
commit 233aa80c4f
2 changed files with 4 additions and 2 deletions

View File

@@ -10,5 +10,7 @@ go test github.com/cgrates/cgrates/inotify
it=$?
go test github.com/cgrates/cgrates/mediator
md=$?
go test github.com/cgrates/cgrates/fsock
fs=$?
exit $ts && $sm && $bl && $cr && $it && $md
exit $ts && $sm && $bl && $cr && $it && $md && $fs