Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TEST_WORKSPACE (0.1 sec)

  1. cmd/kube-apiserver/app/testing/testserver.go

    	// construct the path from the environment.
    	if testSrcdir, testWorkspace := os.Getenv("TEST_SRCDIR"), os.Getenv("TEST_WORKSPACE"); testSrcdir != "" && testWorkspace != "" {
    		t.Logf("Detected bazel env varaiables: TEST_SRCDIR=%q TEST_WORKSPACE=%q", testSrcdir, testWorkspace)
    		pkgPath = filepath.Join(testSrcdir, testWorkspace, pkgPath)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 18:59:21 UTC 2024
    - 17.6K bytes
    - Viewed (0)
Back to top