From f2e970e5c154eb038d3bb52dac0c119dfe2e594b Mon Sep 17 00:00:00 2001 From: al_xipe <al_xipe@localhost> Date: Tue, 24 Oct 2006 15:19:31 +0000 Subject: [PATCH] added usage to the ant build file added more comprehensive proxy config added the backup of the server logs after each test suite has run --- opends/tests/oulu-tests/oulu.properties | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/opends/tests/oulu-tests/oulu.properties b/opends/tests/oulu-tests/oulu.properties index 0ab07db..38799f6 100644 --- a/opends/tests/oulu-tests/oulu.properties +++ b/opends/tests/oulu-tests/oulu.properties @@ -4,5 +4,10 @@ oulu.ber.pgp=c06-ldapv3-enc-r1.jar.asc oulu.pdu.jar=c06-ldapv3-app-r1.jar oulu.pdu.pgp=c06-ldapv3-app-r1.jar.asc -proxy.host= -proxy.port= +<!-- proxy section - edit this to reflect how your network is set up --> +proxy.http.host= +proxy.http.port= +proxy.http.user= +proxy.http.pwd= +proxy.socks.host= +proxy.socks.port= -- Gitblit v1.10.0