summaryrefslogtreecommitdiff
path: root/src/exchange/test_taler_exchange_aggregator.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-24 13:41:21 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-24 13:42:02 +0100
commit7ebacc6fbdbcec3123016303cf998c44d485bca7 (patch)
treeb5b5c59a414243e8bc595c49f91a648d8bf82c59 /src/exchange/test_taler_exchange_aggregator.c
parent6050dad63e269971fac86955393e6b68b8f1908a (diff)
downloadexchange-7ebacc6fbdbcec3123016303cf998c44d485bca7.tar.gz
exchange-7ebacc6fbdbcec3123016303cf998c44d485bca7.tar.bz2
exchange-7ebacc6fbdbcec3123016303cf998c44d485bca7.zip
merge aggregator
Diffstat (limited to 'src/exchange/test_taler_exchange_aggregator.c')
-rw-r--r--src/exchange/test_taler_exchange_aggregator.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/exchange/test_taler_exchange_aggregator.c b/src/exchange/test_taler_exchange_aggregator.c
index 5a3974f34..2830a5085 100644
--- a/src/exchange/test_taler_exchange_aggregator.c
+++ b/src/exchange/test_taler_exchange_aggregator.c
@@ -1241,6 +1241,15 @@ main (int argc,
}
GNUNET_OS_process_wait (proc);
GNUNET_OS_process_destroy (proc);
+ if (GNUNET_OK !=
+ GNUNET_NETWORK_test_port_free (IPPROTO_TCP,
+ 8082))
+ {
+ fprintf (stderr,
+ "Required port %u not available, skipping.\n",
+ 8082);
+ return 77;
+ }
cfg = GNUNET_CONFIGURATION_create ();
if (GNUNET_OK !=
GNUNET_CONFIGURATION_parse (cfg,