summaryrefslogtreecommitdiff
path: root/lab
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-12-20 11:03:33 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-12-20 11:03:33 -0500
commit30c191f13fe5d397d1b624b4894f2c6bd841a389 (patch)
tree70fc7cc600eecfd84697c4be10556dcb3ac7263c /lab
parentd17aeb10e55585a23702737087afc60a35d3123c (diff)
downloadpython-coveragepy-git-30c191f13fe5d397d1b624b4894f2c6bd841a389.tar.gz
Jumps to jumps could make loops look like they go places they really don't, so start new chunks for every absolute jump. Fixes issue #39.
Diffstat (limited to 'lab')
-rw-r--r--lab/cmd-opts.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/lab/cmd-opts.txt b/lab/cmd-opts.txt
index fed7b0f1..5b1f78e2 100644
--- a/lab/cmd-opts.txt
+++ b/lab/cmd-opts.txt
@@ -46,10 +46,10 @@ commands:
--timid bool [run].timid
- --include=directory [run].include
- --include=filename
- --include=module
- --exclude=directory [run].exclude
+ --include=directory * [run].include
+ --include=filename *
+ --include=module *
+ --exclude=directory * [run].exclude