From 0f274270ce3c31a967382299501ed13e198d0198 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 18 Apr 2009 21:59:07 -0400 Subject: Make the farm tests more isolated by forcing them to erase coverage data first. --- test/farm/annotate/annotate_dir.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/farm/annotate/annotate_dir.py') diff --git a/test/farm/annotate/annotate_dir.py b/test/farm/annotate/annotate_dir.py index 23dfff3..3e37f9e 100644 --- a/test/farm/annotate/annotate_dir.py +++ b/test/farm/annotate/annotate_dir.py @@ -1,8 +1,7 @@ copy("src", "run") run(""" - coverage -x multi.py + coverage -e -x multi.py coverage -a -d out_anno_dir """, rundir="run") compare("run/out_anno_dir", "gold_anno_dir", "*,cover", left_extra=True) -clean("out_anno_dir") clean("run") -- cgit v1.2.1