format output
This commit is contained in:
parent
dbf82fb736
commit
4eb9bcfb0f
@ -344,7 +344,7 @@ TALER_TESTING_setup_with_exchange (TALER_TESTING_Main main_cb,
|
|||||||
NULL);
|
NULL);
|
||||||
/* give child time to start and bind against the socket */
|
/* give child time to start and bind against the socket */
|
||||||
fprintf (stderr,
|
fprintf (stderr,
|
||||||
"Waiting for `taler-exchange-httpd' to be ready");
|
"Waiting for `taler-exchange-httpd' to be ready\n");
|
||||||
iter = 0;
|
iter = 0;
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
@ -359,14 +359,13 @@ TALER_TESTING_setup_with_exchange (TALER_TESTING_Main main_cb,
|
|||||||
GNUNET_OS_process_destroy (exchanged);
|
GNUNET_OS_process_destroy (exchanged);
|
||||||
return 77;
|
return 77;
|
||||||
}
|
}
|
||||||
fprintf (stderr, ".");
|
fprintf (stderr, ".\n");
|
||||||
sleep (1);
|
sleep (1);
|
||||||
iter++;
|
iter++;
|
||||||
}
|
}
|
||||||
while (0 != system
|
while (0 != system
|
||||||
("wget -q -t 1 -T 1 http://127.0.0.1:8081/keys"
|
("wget -q -t 1 -T 1 http://127.0.0.1:8081/keys"
|
||||||
" -o /dev/null -O /dev/null"));
|
" -o /dev/null -O /dev/null"));
|
||||||
fprintf (stderr, "\n");
|
|
||||||
|
|
||||||
result = TALER_TESTING_setup (main_cb,
|
result = TALER_TESTING_setup (main_cb,
|
||||||
main_cb_cls,
|
main_cb_cls,
|
||||||
|
Loading…
Reference in New Issue
Block a user