Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for noTestsToRun (0.28 sec)

  1. src/cmd/go/internal/test/test.go

    	mergeCoverProfile(cmd.Stdout, a.Objdir+"_cover_.out")
    
    	if err == nil {
    		norun := ""
    		if !testShowPass() && !testJSON {
    			buf.Reset()
    		}
    		if bytes.HasPrefix(out, noTestsToRun[1:]) || bytes.Contains(out, noTestsToRun) {
    			norun = " [no tests to run]"
    		}
    		if bytes.HasPrefix(out, noFuzzTestsToFuzz[1:]) || bytes.Contains(out, noFuzzTestsToFuzz) {
    			norun = " [no fuzz tests to fuzz]"
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
Back to top