[2/4] doc: fix AUR_CONFIG in TESTING

Message ID 20200813144600.3703433-2-lains@archlinux.org
State New
Headers show
Series [1/4] spawn: expand AUR_CONFIG to the full path | expand

Commit Message

Filipe Laíns Aug. 13, 2020, 2:46 p.m. UTC
Signed-off-by: Filipe Laíns <lains@archlinux.org>
---
 TESTING | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Patch

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