guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: README: Add database creation command.


From: Mathieu Othacehe
Subject: branch master updated: README: Add database creation command.
Date: Tue, 09 Mar 2021 12:18:33 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix-cuirass.

The following commit(s) were added to refs/heads/master by this push:
     new 1bdb214  README: Add database creation command.
1bdb214 is described below

commit 1bdb2143afc8843e1d6fcb526b5d8c508723b798
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Mar 9 18:18:05 2021 +0100

    README: Add database creation command.
    
    * README: Explain how to create the test database.
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 0a186e3..30e92e9 100644
--- a/README
+++ b/README
@@ -72,7 +72,7 @@ the Unix socket at =/var/run/postgresql= is used to connect 
to the =test_tmp=
 database.  This can be changed in the (tests common) module.
 
 #+BEGIN_EXAMPLE
-make check
+createdb test_tmp && make check
 #+END_EXAMPLE
 
 * Example



reply via email to

[Prev in Thread] Current Thread [Next in Thread]