diff options
author | Filipe Laíns <lains@archlinux.org> | 2020-08-13 16:46:00 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2021-02-20 17:25:21 +0100 |
commit | 4e4f5855f17acc2bd353093566ea853aa523f933 (patch) | |
tree | ec3fb4c3c7f135509502102920cefce0e4fca040 | |
parent | 83d228d9e8c2b067dfd5565d22437363f7590d69 (diff) | |
download | aur-4e4f5855f17acc2bd353093566ea853aa523f933.tar.gz aur-4e4f5855f17acc2bd353093566ea853aa523f933.tar.xz |
doc: fix AUR_CONFIG in TESTING
Signed-off-by: Filipe Laíns <lains@archlinux.org>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
-rw-r--r-- | TESTING | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |