Mercurial > p > roundup > code
diff doc/installation.txt @ 6619:637501e529f3
fix typo
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 22 Feb 2022 09:22:43 -0500 |
| parents | 91ab3e0ffcd0 |
| children | 6fe56720e13d |
line wrap: on
line diff
--- a/doc/installation.txt Sun Feb 20 22:53:29 2022 -0500 +++ b/doc/installation.txt Tue Feb 22 09:22:43 2022 -0500 @@ -1710,7 +1710,7 @@ ``-d`` option to allow database creation. Once you've unpacked roundup's source, if you have pytest installed, -run ``python -m pytest /test`` in the source directory and make sure +run ``python -m pytest test`` in the source directory and make sure there are no errors. If there are errors, please let us know! .. _`table of contents`: index.html
