diff options
| author | bwarsaw | 2007-01-18 06:29:42 +0000 |
|---|---|---|
| committer | bwarsaw | 2007-01-18 06:29:42 +0000 |
| commit | 372d4c2fdf072f6bfedca5fc84a2d5bb427418e6 (patch) | |
| tree | 594db647158d8156f51ea6d05aba093f29ae061e /Mailman/bin/testall.py | |
| parent | 1e63bc4a3b6d9197e66f57e11f4b6733a3b324dd (diff) | |
| download | mailman-372d4c2fdf072f6bfedca5fc84a2d5bb427418e6.tar.gz mailman-372d4c2fdf072f6bfedca5fc84a2d5bb427418e6.tar.zst mailman-372d4c2fdf072f6bfedca5fc84a2d5bb427418e6.zip | |
Diffstat (limited to 'Mailman/bin/testall.py')
| -rw-r--r-- | Mailman/bin/testall.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Mailman/bin/testall.py b/Mailman/bin/testall.py index 6539e6e55..61fa98dd8 100644 --- a/Mailman/bin/testall.py +++ b/Mailman/bin/testall.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2006 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2007 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -24,7 +24,6 @@ import optparse import unittest from Mailman import Version -from Mailman import loginit from Mailman.i18n import _ from Mailman.initialize import initialize @@ -138,10 +137,9 @@ def main(): global basedir parser, opts, args = parseargs() - initialize(opts.config) + initialize(opts.config, propagate_logs=opts.stderr) if not args: args = ['.'] - loginit.initialize(propagate=opts.stderr) import Mailman basedir = os.path.dirname(Mailman.__file__) |
