flagSet.BoolVar(&(GinkgoConfig.RegexScansFilePath),prefix+"regexScansFilePath",false,"If set, ginkgo regex matching also will look at the file path (code location).")
flagSet.BoolVar(&(GinkgoConfig.RegexScansFilePath),prefix+"regexScansFilePath",false,"If set, ginkgo regex matching also will look at the file path (code location).")
flagSet.IntVar(&(GinkgoConfig.FlakeAttempts),prefix+"flakeAttempts",1,"Make up to this many attempts to run each spec. Please note that if any of the attempts succeed, the suite will not be failed. But any failures will still be recorded.")
flagSet.BoolVar(&(GinkgoConfig.EmitSpecProgress),prefix+"progress",false,"If set, ginkgo will emit progress information as each spec runs to the GinkgoWriter.")
flagSet.BoolVar(&(GinkgoConfig.EmitSpecProgress),prefix+"progress",false,"If set, ginkgo will emit progress information as each spec runs to the GinkgoWriter.")