mirror of
https://github.com/grafana/grafana.git
synced 2025-09-26 02:03:57 +08:00
use Get
instead of Find
This commit is contained in:
@ -11,8 +11,6 @@ function exit_if_fail {
|
||||
}
|
||||
|
||||
echo "running redis and memcache tests"
|
||||
#set -e
|
||||
#time for d in $(go list ./pkg/...); do
|
||||
|
||||
time exit_if_fail go test -tags=redis ./pkg/infra/remotecache/...
|
||||
time exit_if_fail go test -tags=memcached ./pkg/infra/remotecache/...
|
||||
#done
|
||||
|
Reference in New Issue
Block a user