[PATCH 4/4] doc: simplify database setup instructions in TESTING

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


Signed-off-by: Filipe Laíns <lains at archlinux.org>
---
 TESTING | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/TESTING b/TESTING
index d666b3ca..972bce2c 100644
--- a/TESTING
+++ b/TESTING
@@ -30,11 +30,11 @@ INSTALL.
 4) Prepare the testing database:
 
     $ cd /path/to/aurweb/
+
     $ AUR_CONFIG=conf/config python -m aurweb.initdb
 
-    $ cd /path/to/aurweb/schema
-    $ ./gendummydata.py out.sql
-    $ sqlite3 path/to/aurweb.sqlite3 < out.sql
+    $ schema/gendummydata.py data.sql
+    $ sqlite3 aurweb.sqlite3 < data.sql
 
 5) Run the test server:
 
-- 
2.28.0


More information about the aur-dev mailing list