• Russ Cox's avatar
    cmd/go: implement go clean -testcache · d06335e2
    Russ Cox authored
    Ian suggested that since test caching is not expected to be perfect
    in all cases, we should allow users to clear the test cache separately
    from clearing the entire build cache.
    
    This CL adds 'go clean -testcache' to do that. The implementation
    does not actually delete files (for that, use 'go clean -cache').
    Instead, it writes down the current time, and future go tests will
    ignore any cached test results written before that time.
    
    Change-Id: I4f84065d7dfc2499fa3f203e9ab62e68d7f367c5
    Reviewed-on: https://go-review.googlesource.com/78176Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
    d06335e2
Name
Last commit
Last update
..
addr2line Loading commit data...
api Loading commit data...
asm Loading commit data...
buildid Loading commit data...
cgo Loading commit data...
compile Loading commit data...
cover Loading commit data...
dist Loading commit data...
doc Loading commit data...
fix Loading commit data...
go Loading commit data...
gofmt Loading commit data...
internal Loading commit data...
link Loading commit data...
nm Loading commit data...
objdump Loading commit data...
pack Loading commit data...
pprof Loading commit data...
test2json Loading commit data...
trace Loading commit data...
vendor Loading commit data...
vet Loading commit data...