mirror of
https://github.com/fatedier/frp.git
synced 2026-05-21 06:45:32 -06:00
vnet: fix issues (#4771)
This commit is contained in:
parent
27f66baf54
commit
3c8d648ddc
18 changed files with 271 additions and 185 deletions
|
|
@ -38,7 +38,7 @@ func RunE2ETests(t *testing.T) {
|
|||
// Randomize specs as well as suites
|
||||
suiteConfig.RandomizeAllSpecs = true
|
||||
|
||||
log.Infof("Starting e2e run %q on Ginkgo node %d of total %d",
|
||||
log.Infof("starting e2e run %q on Ginkgo node %d of total %d",
|
||||
framework.RunID, suiteConfig.ParallelProcess, suiteConfig.ParallelTotal)
|
||||
ginkgo.RunSpecs(t, "frp e2e suite", suiteConfig, reporterConfig)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue