mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
update command to generate functional tests output
we need to force LC_ALL="C" to avoid generating articles/pages in other languages
This commit is contained in:
parent
ef77847762
commit
b44ea53741
1 changed files with 2 additions and 2 deletions
|
|
@ -43,9 +43,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.
|
then you should update the output used by functional tests.
|
||||||
To do so, you can use the 2 following commands::
|
To do so, you can use the 2 following commands::
|
||||||
|
|
||||||
$ pelican -o tests/output/custom/ -s samples/pelican.conf.py \
|
$ LC_ALL="C" pelican -o tests/output/custom/ -s samples/pelican.conf.py \
|
||||||
samples/content/
|
samples/content/
|
||||||
$ USER="Dummy Author" pelican -o tests/output/basic/ samples/content/
|
$ LC_ALL="C" USER="Dummy Author" pelican -o tests/output/basic/ samples/content/
|
||||||
|
|
||||||
Coding standards
|
Coding standards
|
||||||
================
|
================
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue