doc: fix AUR_CONFIG in TESTING

Signed-off-by: Filipe Laíns <lains@archlinux.org>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Filipe Laíns 2020-08-13 15:46:00 +01:00 committed by Lukas Fleischer
parent 83d228d9e8
commit 4e4f5855f1

View file

@ -29,7 +29,7 @@ INSTALL.
4) Prepare the testing database:
$ cd /path/to/aurweb/
$ python -m aurweb.initdb
$ AUR_CONFIG=conf/config python -m aurweb.initdb
$ cd /path/to/aurweb/schema
$ ./gendummydata.py out.sql
@ -37,4 +37,4 @@ INSTALL.
5) Run the test server:
$ AUR_CONFIG='/path/to/aurweb/conf/config' python -m aurweb.spawn
$ AUR_CONFIG=conf/config python -m aurweb.spawn