diff options
| author | Barry Warsaw | 2008-12-25 23:57:07 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2008-12-25 23:57:07 -0500 |
| commit | b8e68e7577aa12e0e355aabe2845981f0d73e3b5 (patch) | |
| tree | 4d988c8de9e29b080ac258d0bc1e4eee8e5ee32b /mailman/testing/testing.cfg | |
| parent | d4de7996e6d4fb5db04dfed3b3fd12747622b164 (diff) | |
| download | mailman-b8e68e7577aa12e0e355aabe2845981f0d73e3b5.tar.gz mailman-b8e68e7577aa12e0e355aabe2845981f0d73e3b5.tar.zst mailman-b8e68e7577aa12e0e355aabe2845981f0d73e3b5.zip | |
Added a buildout hack for zope.testing so that we can add our own command line
options to bin/test.
More test repair, even though it's cheating. Use a bunch of variables from
Defaults.py even though these will have to be moved to the schema.cfg.
Update logging initialization to consult the propagate flag from the command
line. Also skip mailman.root since this is not a valid logger.
Diffstat (limited to 'mailman/testing/testing.cfg')
| -rw-r--r-- | mailman/testing/testing.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mailman/testing/testing.cfg b/mailman/testing/testing.cfg index baac7d803..8bb720ab7 100644 --- a/mailman/testing/testing.cfg +++ b/mailman/testing/testing.cfg @@ -60,7 +60,18 @@ max_restarts: 1 base_url: http://go.mail-archive.dev/ recipient: archive@mail-archive.dev +[archiver.pipermail] +base_url: http://www.example.com/pipermail/$listname + [domain.example_dot_com] email_host: example.com base_url: http://www.example.com contact_address: postmaster@example.com + +[language.ja] +description: Japanese +charset: euc-jp + +[language.fr] +description: French +charset: iso-8859-1 |
