Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for runHarness (0.08 sec)

  1. src/internal/coverage/cfile/emitdata_test.go

    				continue
    			}
    			v = "GOCOVERDIR=" + gcd
    			found = true
    		}
    		rv = append(rv, v)
    	}
    	if !found && setGoCoverDir {
    		rv = append(rv, "GOCOVERDIR="+gcd)
    	}
    	return rv
    }
    
    func runHarness(t *testing.T, harnessPath string, tp string, setGoCoverDir bool, rdir, edir string) (string, error) {
    	t.Logf("running: %s -tp %s -o %s with rdir=%s and GOCOVERDIR=%v", harnessPath, tp, edir, rdir, setGoCoverDir)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 16.3K bytes
    - Viewed (0)
Back to top