summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Laíns <lains@archlinux.org>2020-08-13 16:46:00 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2021-02-20 17:25:21 +0100
commit4e4f5855f17acc2bd353093566ea853aa523f933 (patch)
treeec3fb4c3c7f135509502102920cefce0e4fca040
parent83d228d9e8c2b067dfd5565d22437363f7590d69 (diff)
downloadaur-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--TESTING4
1 files changed, 2 insertions, 2 deletions
diff --git a/TESTING b/TESTING
index d7df3672..17c6fbc7 100644
--- a/TESTING
+++ b/TESTING
@@ -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