aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing.c')
-rw-r--r--src/testing/testing.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index c35500c35..e393a68f2 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -819,7 +819,7 @@ start_fsm (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
819 d->cfg, 819 d->cfg,
820 d, 820 d,
821 (NULL == d->hostname) 821 (NULL == d->hostname)
822 ? _("`gnunet-arm' does not seem to terminate.\n") 822 ? _("`gnunet-arm' terminated with non-zero exit status (or timed out)!\n")
823 : _("`ssh' does not seem to terminate.\n")); 823 : _("`ssh' does not seem to terminate.\n"));
824 return; 824 return;
825 } 825 }
@@ -1076,6 +1076,7 @@ GNUNET_TESTING_daemon_start_stopped_service (struct GNUNET_TESTING_Daemon *d,
1076 } 1076 }
1077 d->phase = SP_SERVICE_START; 1077 d->phase = SP_SERVICE_START;
1078 GNUNET_free(d->churned_services); 1078 GNUNET_free(d->churned_services);
1079 d->churned_services = NULL;
1079 1080
1080 /* Check if this is a local or remote process */ 1081 /* Check if this is a local or remote process */
1081 if (NULL != d->hostname) 1082 if (NULL != d->hostname)