Lines Matching defs:fail
72 var success, fail, testcase string
75 Short: "bin-search in (success, fail] by do given testcase to find out the fist fail, and print the corresponding issue",
77 return fotff(m, t, success, fail, testcase)
81 runCmd.PersistentFlags().StringVarP(&fail, "fail", "f", "", "fail package directory")
84 runCmd.MarkPersistentFlagRequired("fail")
182 func fotff(m pkg.Manager, t tester.Tester, success, fail, testcase string) error {
183 issueURL, err := rec.FindOutTheFirstFail(m, t, testcase, success, fail)
185 logrus.Errorf("failed to find out the first fail: %v", err)
188 logrus.Infof("the first fail found: %v", issueURL)