mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
add e2e tests for v1 config (#3608)
This commit is contained in:
parent
c95311d1a0
commit
7cd02f5bd8
61 changed files with 3697 additions and 159 deletions
|
|
@ -6,7 +6,7 @@ ROOT=$(unset CDPATH && cd "$(dirname "$SCRIPT")/.." && pwd)
|
|||
ginkgo_command=$(which ginkgo 2>/dev/null)
|
||||
if [ -z "$ginkgo_command" ]; then
|
||||
echo "ginkgo not found, try to install..."
|
||||
go install github.com/onsi/ginkgo/v2/ginkgo@v2.8.3
|
||||
go install github.com/onsi/ginkgo/v2/ginkgo@v2.11.0
|
||||
fi
|
||||
|
||||
debug=false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue