• 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
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...