one history recor per line

This commit is contained in:
Radu Ioan Fericean
2013-08-02 15:17:55 +03:00
parent 457151ecce
commit d0e185c47a
6 changed files with 54 additions and 27 deletions

View File

@@ -26,7 +26,7 @@ go test github.com/cgrates/cgrates/utils
ut=$?
go test github.com/cgrates/fsock
fs=$?
go test github.com/cgrates/history
go test github.com/cgrates/cgrates/history
hs=$?
exit $en && $sm && $cfg && $bl && $cr && $md && $cdr && $fs && $ut && &hs
exit $en && $sm && $cfg && $bl && $cr && $md && $cdr && $fs && $ut && $hs