diff options
Diffstat (limited to 'tests/farm/annotate/run.py')
-rw-r--r-- | tests/farm/annotate/run.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/farm/annotate/run.py b/tests/farm/annotate/run.py index c645f21c..236f401f 100644 --- a/tests/farm/annotate/run.py +++ b/tests/farm/annotate/run.py @@ -1,7 +1,7 @@ copy("src", "out") run(""" - coverage -e -x white.py - coverage -a white.py + coverage run white.py + coverage annotate white.py """, rundir="out") compare("out", "gold", "*,cover") clean("out") |