Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GOCOVERDIR (0.32 sec)

  1. src/testing/testing.go

    	count = flag.Uint("test.count", 1, "run tests and benchmarks `n` times")
    	coverProfile = flag.String("test.coverprofile", "", "write a coverage profile to `file`")
    	gocoverdir = flag.String("test.gocoverdir", "", "write coverage intermediate files to this directory")
    	matchList = flag.String("test.list", "", "list tests, examples, and benchmarks matching `regexp` then exit")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  2. src/cmd/go/internal/test/test.go

    				return err
    			}
    		}
    		// Even though we are passing the -test.gocoverdir option to
    		// the test binary, also set GOCOVERDIR as well. This is
    		// intended to help with tests that run "go build" to build
    		// fresh copies of tools to test as part of the testing.
    		addToEnv = "GOCOVERDIR=" + gcd
    	}
    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