Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for localGitURL (0.93 sec)

  1. src/cmd/go/internal/modfetch/codehost/git_test.go

    // (although that doesn't really matter after CL 120041),
    // and has a file:// URL instead of http:// or https://
    // (which might still matter).
    var localGitRepo string
    
    // localGitURL initializes the repo in localGitRepo and returns its URL.
    func localGitURL(t testing.TB) string {
    	testenv.MustHaveExecPath(t, "git")
    	if runtime.GOOS == "android" && strings.HasSuffix(testenv.Builder(), "-corellium") {
    		testenv.SkipFlaky(t, 59940)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 14 19:46:23 UTC 2023
    - 18.9K bytes
    - Viewed (0)
Back to top