summaryrefslogtreecommitdiff
path: root/test/farm/annotate/run_multi.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-12-05 17:53:53 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-12-05 17:53:53 -0500
commite2ae0674a21dda5d964658477e14d0c7832123a3 (patch)
tree6960c910681fa6852c5117e9273985a836af3097 /test/farm/annotate/run_multi.py
parente88c97629f1261d8ae4db178aad4c97413e5962e (diff)
downloadpython-coveragepy-e2ae0674a21dda5d964658477e14d0c7832123a3.tar.gz
Clean-ups
Diffstat (limited to 'test/farm/annotate/run_multi.py')
-rw-r--r--test/farm/annotate/run_multi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/farm/annotate/run_multi.py b/test/farm/annotate/run_multi.py
index 872f097..4e8252e 100644
--- a/test/farm/annotate/run_multi.py
+++ b/test/farm/annotate/run_multi.py
@@ -1,7 +1,7 @@
copy("src", "out_multi")
run("""
coverage -e -x multi.py
- coverage -a
+ coverage -a
""", rundir="out_multi")
compare("out_multi", "gold_multi", "*,cover")
clean("out_multi")