diff options
| author | Barry Warsaw | 2015-12-21 12:09:45 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2015-12-21 12:09:45 -0500 |
| commit | 8e24476848de89302d9b0a8ea91116288201a95d (patch) | |
| tree | 0d6489184db3208ae262d8ab29880b5eb331b5d2 /src/mailman/docs/START.rst | |
| parent | f58d9ea918e5970026fb09785f06e53abf43b6dd (diff) | |
| download | mailman-8e24476848de89302d9b0a8ea91116288201a95d.tar.gz mailman-8e24476848de89302d9b0a8ea91116288201a95d.tar.zst mailman-8e24476848de89302d9b0a8ea91116288201a95d.zip | |
Be liberal with the transaction.
Diffstat (limited to '')
| -rw-r--r-- | src/mailman/docs/START.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mailman/docs/START.rst b/src/mailman/docs/START.rst index 6181426cb..8076b426d 100644 --- a/src/mailman/docs/START.rst +++ b/src/mailman/docs/START.rst @@ -83,6 +83,9 @@ so:: $ MAILMAN_EXTRA_TESTING_CFG=/path/to/postgres.cfg .tox/pg/bin/python -m nose2 -vv -P user +Note that the path specified in `MAILMAN_EXTRA_TESTING_CFG` must be an +absolute path or some tests will fail. + Building for development ------------------------ |
