Lines Matching defs:testcase
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)
82 runCmd.PersistentFlags().StringVarP(&testcase, "testcase", "t", "", "testcase name")
85 runCmd.MarkPersistentFlagRequired("testcase")
122 testCmd.PersistentFlags().StringVarP(&testCase, "testcase", "t", "", "test case to run")
182 func fotff(m pkg.Manager, t tester.Tester, success, fail, testcase string) error {
183 issueURL, err := rec.FindOutTheFirstFail(m, t, testcase, success, fail)