From 6776525c97d914653dc66fdd12f0ceff1059472a Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Tue, 14 May 2013 14:25:22 +0300 Subject: [PATCH] Install packages that are dependencies of the test first --- test.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test.sh b/test.sh index f4053b7a3..557a4a1f7 100755 --- a/test.sh +++ b/test.sh @@ -1,5 +1,14 @@ #! /usr/bin/env sh +go test -i github.com/cgrates/cgrates/rater +go test -i github.com/cgrates/cgrates/sessionmanager +go test -i github.com/cgrates/cgrates/config +go test -i github.com/cgrates/cgrates/cmd/cgr-rater +go test -i github.com/cgrates/cgrates/inotify +go test -i github.com/cgrates/cgrates/mediator +go test -i github.com/cgrates/fsock + + go test github.com/cgrates/cgrates/rater ts=$? go test github.com/cgrates/cgrates/sessionmanager