mirror of
https://github.com/grafana/grafana.git
synced 2025-07-25 16:13:18 +08:00
Chore: Update tests to use go-workspace script (#91746)
This commit is contained in:
11
scripts/go-workspace/test-includes.sh
Executable file
11
scripts/go-workspace/test-includes.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
DELIMITER="/...
|
||||
"
|
||||
|
||||
REPO_ROOT=$(dirname "${BASH_SOURCE[0]}")/../..
|
||||
go run scripts/go-workspace/main.go list-submodules --path "${REPO_ROOT}/go.work" --delimiter "${DELIMITER}"
|
Reference in New Issue
Block a user