diff options
| author | Barry Warsaw | 2007-07-10 22:39:57 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2007-07-10 22:39:57 -0400 |
| commit | de429f33191b84bc261535d8deba54399fb1bd4a (patch) | |
| tree | 1d1f2b932c33f70deb34ee68c802bbd3ee2cb8df /Mailman/bin/testall.py | |
| parent | bebaec0e24f3492ff4190c36074b6c51cd44589b (diff) | |
| download | mailman-de429f33191b84bc261535d8deba54399fb1bd4a.tar.gz mailman-de429f33191b84bc261535d8deba54399fb1bd4a.tar.zst mailman-de429f33191b84bc261535d8deba54399fb1bd4a.zip | |
Diffstat (limited to 'Mailman/bin/testall.py')
| -rw-r--r-- | Mailman/bin/testall.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mailman/bin/testall.py b/Mailman/bin/testall.py index 0b8f6db6b..005808cfe 100644 --- a/Mailman/bin/testall.py +++ b/Mailman/bin/testall.py @@ -152,6 +152,9 @@ def main(): if not args: args = ['.'] + # Store the options some place that other code can get to it. + config.opts = opts + # Turn on code coverage if selected. if opts.coverage: try: |
