diff options
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: |
