From 40b342cfad797d269dd54c8a67e68299ef62d43e Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 11 May 2011 11:47:23 +0200 Subject: minor: made diagtalker output more clear prevents confusion during testbench run --- tests/diagtalker.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/diagtalker.c b/tests/diagtalker.c index 0d728bda..f61270a8 100644 --- a/tests/diagtalker.c +++ b/tests/diagtalker.c @@ -70,6 +70,9 @@ int openConn(int *fd) } } } + if(retries > 0) { + fprintf(stderr, "connection established.\n"); + } *fd = sock; return 0; -- cgit From 715b9fe052f5a7c622a1f71f905461e06e398de8 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Sat, 21 May 2011 04:18:51 +0200 Subject: preparing for 6.1.8 release --- tests/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index c3dfac55..6272c0dd 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -155,6 +155,12 @@ test_files = testbench.h runtime-dummy.c EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \ validation-run.sh \ + testsuites/x.509/ca.pem \ + testsuites/x.509/ca-key.pem \ + testsuites/x.509/client-cert.pem \ + testsuites/x.509/client-key.pem \ + testsuites/x.509/machine-cert.pem \ + testsuites/x.509/machine-key.pem \ testsuites/invalid.conf \ testsuites/valid.conf \ cfg.sh \ -- cgit