mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
more e2e tests (#1845)
This commit is contained in:
parent
268afb3438
commit
c9fe23eb10
21 changed files with 617 additions and 51 deletions
|
|
@ -8,4 +8,8 @@ if [ $? -ne 0 ]; then
|
|||
go get -u github.com/onsi/ginkgo/ginkgo
|
||||
fi
|
||||
|
||||
ginkgo -nodes=1 ${ROOT}/test/e2e -- -frpc-path=${ROOT}/bin/frpc -frps-path=${ROOT}/bin/frps -log-level=debug
|
||||
debug=false
|
||||
if [ x${DEBUG} == x"true" ]; then
|
||||
debug=true
|
||||
fi
|
||||
ginkgo -nodes=4 ${ROOT}/test/e2e -- -frpc-path=${ROOT}/bin/frpc -frps-path=${ROOT}/bin/frps -log-level=debug -debug=${debug}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue