forked from github/pelican
fix command to regenerate the output of basic functional test
the command needs to be prefixed by USER="Dummy Author" which is the author name value mocked in the corresponding functional test.
This commit is contained in:
parent
03fdefb158
commit
cfebb37c64
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ To do so, you can use the 2 following commands::
|
|||
|
||||
$ pelican -o tests/output/custom/ -s samples/pelican.conf.py \
|
||||
samples/content/
|
||||
$ pelican -o tests/output/basic/ samples/content/
|
||||
$ USER="Dummy Author" pelican -o tests/output/basic/ samples/content/
|
||||
|
||||
Coding standards
|
||||
================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue