summaryrefslogtreecommitdiff
path: root/src/mailman/commands
diff options
context:
space:
mode:
authorBarry Warsaw2011-10-22 19:35:23 -0400
committerBarry Warsaw2011-10-22 19:35:23 -0400
commit46fc401a90d31b0f6b89821a002807f893cea2cf (patch)
tree0d1a5c4337520344d9e2eca2d543c60ca86cd233 /src/mailman/commands
parent759d36cd7c488fc59548fa8a099e9e9009132504 (diff)
downloadmailman-46fc401a90d31b0f6b89821a002807f893cea2cf.tar.gz
mailman-46fc401a90d31b0f6b89821a002807f893cea2cf.tar.zst
mailman-46fc401a90d31b0f6b89821a002807f893cea2cf.zip
- Be a little more careful about preparing the SQL statements for execution
in the database, namely strip out empty lines and comments first, otherwise PostgreSQL spews "empty statement" errors at us. - Down to 4 test failures.
Diffstat (limited to 'src/mailman/commands')
-rw-r--r--src/mailman/commands/docs/info.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/commands/docs/info.rst b/src/mailman/commands/docs/info.rst
index 83b3fe179..34883711e 100644
--- a/src/mailman/commands/docs/info.rst
+++ b/src/mailman/commands/docs/info.rst
@@ -19,7 +19,7 @@ script ``mailman info``. By default, the info is printed to standard output.
Python ...
...
config file: .../test.cfg
- db url: sqlite:.../mailman.db
+ db url: ...
REST root url: http://localhost:9001/3.0/
REST credentials: restadmin:restpass
@@ -36,7 +36,7 @@ By passing in the ``-o/--output`` option, you can print the info to a file.
Python ...
...
config file: .../test.cfg
- db url: sqlite:.../mailman.db
+ db url: ...
REST root url: http://localhost:9001/3.0/
REST credentials: restadmin:restpass