mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
one history recor per line
This commit is contained in:
4
test.sh
4
test.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user