diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-05 17:53:53 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-05 17:53:53 -0500 |
| commit | 4355fa45cd548c5f5b33396405b718062aefe818 (patch) | |
| tree | e4b9f672e0b039fa1374ac1f1c4e330295ed4f8f /test/farm/annotate | |
| parent | e3eb59636512b3d4ad8603948450fbc62dca2205 (diff) | |
| download | python-coveragepy-git-4355fa45cd548c5f5b33396405b718062aefe818.tar.gz | |
Clean-ups
Diffstat (limited to 'test/farm/annotate')
| -rw-r--r-- | test/farm/annotate/run_multi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/farm/annotate/run_multi.py b/test/farm/annotate/run_multi.py index 872f0976..4e8252ed 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") |
