gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 01/02: Launch quietly.


From: gnunet
Subject: [libeufin] 01/02: Launch quietly.
Date: Tue, 08 Dec 2020 14:57:01 +0100

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

ms pushed a commit to branch master
in repository libeufin.

commit a7460eac8d7097820efd314ea8e52a51c62e85c9
Author: MS <ms@taler.net>
AuthorDate: Tue Dec 8 14:18:39 2020 +0100

    Launch quietly.
---
 sandbox/libeufin-sandbox-dev-template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sandbox/libeufin-sandbox-dev-template 
b/sandbox/libeufin-sandbox-dev-template
index 2e284c0..bf8a3bb 100644
--- a/sandbox/libeufin-sandbox-dev-template
+++ b/sandbox/libeufin-sandbox-dev-template
@@ -2,7 +2,7 @@
 
 ARGS="$@"
 cd PROJECT
-if (( $# > 0 )); then ./gradlew --console=plain sandbox:run --args="$ARGS"
-else ./gradlew --console=plain sandbox:run
+if (( $# > 0 )); then ./gradlew -q --console=plain sandbox:run --args="$ARGS"
+else ./gradlew -q --console=plain sandbox:run
 fi
 cd - > /dev/null

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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