Skip to content

Commit ed48bf2

Browse files
author
Ralf Schlatterbeck
committed
Fix documentation on user required to run the tests, fixes issue2550618.
thanks to Chris aka 'radioking'
1 parent 9218778 commit ed48bf2

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Fixes:
1313
- Fix handling of non-ascii in realname in the nosy mailer, this used to
1414
mangle the email address making it unusable when replying. Thanks to
1515
intevation for funding the fix.
16+
- Fix documentation on user required to run the tests, fixes
17+
issue2550618, thanks to Chris aka 'radioking'
18+
1619

1720
2009-12-21 1.4.11 (r4411)
1821

doc/installation.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,12 @@ Problems? Testing your Python...
998998
- users of the Windows installer, other binary distributions or
999999
pre-installed Roundup will need to download the source to use it.
10001000

1001+
Remember to have a database user 'rounduptest' prepared. This user
1002+
must have at least the rights to create and drop databases.
1003+
Documentation: details on `adding MySQL users`_,
1004+
for PostgreSQL you want to call the ``createuser`` command with the
1005+
``-d`` option to allow database creation.
1006+
10011007
Once you've unpacked roundup's source, run ``python run_tests.py`` in the
10021008
source directory and make sure there are no errors. If there are errors,
10031009
please let us know!
@@ -1029,3 +1035,5 @@ Roundup -- from installation and scripts.
10291035
.. _MySQLdb: http://sourceforge.net/projects/mysql-python
10301036
.. _Psycopg: http://initd.org/software/initd/psycopg
10311037
.. _pysqlite: http://pysqlite.org/
1038+
.. _`adding MySQL users`:
1039+
http://dev.mysql.com/doc/refman/5.1/en/adding-users.html

0 commit comments

Comments
 (0)