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:
Bruno Binet 2012-04-05 06:47:15 +02:00
commit cfebb37c64

View file

@ -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
================