Fixup test.sh with new general_tests

This commit is contained in:
DanB
2014-04-09 15:43:17 +02:00
parent 5d29ce3d61
commit 5f65388e69

View File

@@ -15,8 +15,8 @@ go test -i github.com/cgrates/cgrates/cdre
go test github.com/cgrates/cgrates/engine
en=$?
go test github.com/cgrates/cgrates/charging_tests
ct=$?
go test github.com/cgrates/cgrates/general_tests
gt=$?
go test github.com/cgrates/cgrates/sessionmanager
sm=$?
go test github.com/cgrates/cgrates/config
@@ -41,4 +41,4 @@ go test github.com/cgrates/cgrates/cdre
cdre=$?
exit $en && $ct && $sm && $cfg && $bl && $cr && $md && $cdrs && $cdrc && $fs && $ut && $hs && $c2g && $cdre
exit $en && $gt && $sm && $cfg && $bl && $cr && $md && $cdrs && $cdrc && $fs && $ut && $hs && $c2g && $cdre