mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Install packages that are dependencies of the test first
This commit is contained in:
9
test.sh
9
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
|
||||
|
||||
Reference in New Issue
Block a user