Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Requested (0.08 sec)

  1. src/cmd/go/internal/load/pkg.go

    	var vcsCmd *vcs.Cmd
    	var err error
    	const allowNesting = true
    
    	wantVCS := false
    	switch cfg.BuildBuildvcs {
    	case "true":
    		wantVCS = true // Include VCS metadata even for tests if requested explicitly; see https://go.dev/issue/52648.
    	case "auto":
    		wantVCS = autoVCS && !p.IsTestOnly()
    	case "false":
    	default:
    		panic(fmt.Sprintf("unexpected value for cfg.BuildBuildvcs: %q", cfg.BuildBuildvcs))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    // line. If a package test fails, go test prints the full test output.
    // If invoked with the -bench or -v flag, go test prints the full
    // output even for passing package tests, in order to display the
    // requested benchmark results or verbose logging. After the package
    // tests for all of the listed packages finish, and their output is
    // printed, go test prints a final 'FAIL' status if any package test
    // has failed.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
Back to top