From 57f70883044e3ca2bb5ea6ce3683825d676fb774 Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Mon, 20 Nov 2017 12:09:19 -0800 Subject: [PATCH] Ignore prior coverage data in tools/test-main. Before this patch, we were reading in old coverage data every time we ran test-main and had a .coverage file lying around. This would cause inaccurate data when you changed code, and it would cause crashes if you moved your working directory on the file system. --- tools/test-main | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-main b/tools/test-main index 8b6f19c..8bc13a1 100755 --- a/tools/test-main +++ b/tools/test-main @@ -2,6 +2,6 @@ set -ev -tools/test-bots --coverage combine +tools/test-bots --coverage tools/test-botserver --coverage combine tools/test-zulip --coverage combine