[PATCH 2/4] doc: fix AUR_CONFIG in TESTING

Filipe Laíns lains at archlinux.org
Thu Aug 13 14:46:00 UTC 2020


Signed-off-by: Filipe Laíns <lains at archlinux.org>
---
 TESTING | 4 ++--
 1 file 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
-- 
2.28.0


More information about the aur-dev mailing list