summaryrefslogtreecommitdiff
path: root/test/farm/annotate/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/farm/annotate/run.py')
-rw-r--r--test/farm/annotate/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/farm/annotate/run.py b/test/farm/annotate/run.py
index 8ecfce89..c645f21c 100644
--- a/test/farm/annotate/run.py
+++ b/test/farm/annotate/run.py
@@ -1,6 +1,6 @@
copy("src", "out")
run("""
- coverage -x white.py
+ coverage -e -x white.py
coverage -a white.py
""", rundir="out")
compare("out", "gold", "*,cover")