gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] 11/11: format output


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] 11/11: format output
Date: Sat, 17 Mar 2018 02:10:54 +0100

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

marcello pushed a commit to branch master
in repository exchange.

commit 4eb9bcfb0f661ccd57b6950fd90216781e841e2c
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Mar 14 14:30:11 2018 +0100

    format output
---
 src/exchange-lib/testing_api_helpers.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/exchange-lib/testing_api_helpers.c 
b/src/exchange-lib/testing_api_helpers.c
index 50ee5e2..6880315 100644
--- a/src/exchange-lib/testing_api_helpers.c
+++ b/src/exchange-lib/testing_api_helpers.c
@@ -344,7 +344,7 @@ TALER_TESTING_setup_with_exchange (TALER_TESTING_Main 
main_cb,
                                        NULL);
   /* give child time to start and bind against the socket */
   fprintf (stderr,
-           "Waiting for `taler-exchange-httpd' to be ready");
+           "Waiting for `taler-exchange-httpd' to be ready\n");
   iter = 0;
   do
     {
@@ -359,14 +359,13 @@ TALER_TESTING_setup_with_exchange (TALER_TESTING_Main 
main_cb,
        GNUNET_OS_process_destroy (exchanged);
        return 77;
       }
-      fprintf (stderr, ".");
+      fprintf (stderr, ".\n");
       sleep (1);
       iter++;
     }
   while (0 != system
     ("wget -q -t 1 -T 1 http://127.0.0.1:8081/keys";
      " -o /dev/null -O /dev/null"));
-  fprintf (stderr, "\n");
 
   result = TALER_TESTING_setup (main_cb,
                                 main_cb_cls,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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