mirror of
https://github.com/fatedier/frp.git
synced 2026-01-11 22:23:12 +00:00
vnet: fix issues (#4771)
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user