mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
docs/contribute.rst: Update tests/output generation for moved tests
This brings the docs back up to date after 547f8d2 (Move the tests
into pelican. Fix #500, 2013-04-06).
This commit is contained in:
parent
547f8d2e83
commit
2cb89ce528
1 changed files with 2 additions and 2 deletions
|
|
@ -54,9 +54,9 @@ If you have made changes that affect the output of a Pelican-generated weblog,
|
|||
then you should update the output used by functional tests.
|
||||
To do so, you can use the following two commands::
|
||||
|
||||
$ LC_ALL="C" pelican -o tests/output/custom/ -s samples/pelican.conf.py \
|
||||
$ LC_ALL="C" pelican -o pelican/tests/output/custom/ -s samples/pelican.conf.py \
|
||||
samples/content/
|
||||
$ LC_ALL="C" pelican -o tests/output/basic/ samples/content/
|
||||
$ LC_ALL="C" pelican -o pelican/tests/output/basic/ samples/content/
|
||||
|
||||
testing for python3
|
||||
-------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue