From 71735185a14ca1064472e4e7a8df9d275c762e1e Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Thu, 15 Jan 2015 17:07:13 -0800 Subject: Cache for successful test runs By default don't re-run tests that have already run successfully, to reduce latency between making a change and seeing if it fixed the last thing that you were trying to fix. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3cae07ed12..bf57027c94 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,6 @@ gens libs objs *.pyc + +# cache for run_tests.py +.run_tests_cache -- cgit v1.2.3