mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
add more e2e test (#2505)
This commit is contained in:
parent
2a68c1152f
commit
09f39de74e
20 changed files with 1448 additions and 154 deletions
|
|
@ -17,4 +17,4 @@ if [ x${LOG_LEVEL} != x"" ]; then
|
|||
logLevel=${LOG_LEVEL}
|
||||
fi
|
||||
|
||||
ginkgo -nodes=5 -slowSpecThreshold=20 ${ROOT}/test/e2e -- -frpc-path=${ROOT}/bin/frpc -frps-path=${ROOT}/bin/frps -log-level=${logLevel} -debug=${debug}
|
||||
ginkgo -nodes=8 -slowSpecThreshold=20 ${ROOT}/test/e2e -- -frpc-path=${ROOT}/bin/frpc -frps-path=${ROOT}/bin/frps -log-level=${logLevel} -debug=${debug}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue