From 676286717393ad5a1dfecac80022ce85cd503711 Mon Sep 17 00:00:00 2001 From: Brent Eagles Date: Wed, 7 Nov 2007 14:59:34 -0330 Subject: - Moved cpp/slice to slice - Merged all TestUtil.py modules to config/TestUtil.py - Moved all certs to config/certs - Updated test scripts to refer to new TestUtil.py module and use new interfaces - Updated build systems to refer to new slice location - Moved cpp/install to distribution - Moved and merged all IceGridAdmin.py modules to config. - Modified build system to deal with new build logic. That is there are 3 basic ways to find the slice translators and runtime: ICE_HOME, an RPM install and the source distribution. Automatically detecting Ice in a default install location is now problematic and no longer done. --- cpp/test/IceSSL/configuration/run.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/test/IceSSL/configuration/run.py') diff --git a/cpp/test/IceSSL/configuration/run.py b/cpp/test/IceSSL/configuration/run.py index 1a9faef121c..4e140dd1732 100755 --- a/cpp/test/IceSSL/configuration/run.py +++ b/cpp/test/IceSSL/configuration/run.py @@ -22,6 +22,7 @@ import TestUtil name = os.path.join("IceSSL", "configuration") -testdir = os.path.join(toplevel, "test", name) +testdir = os.path.dirname(os.path.abspath(__file__)) + TestUtil.clientServerTestWithOptions(name, "", " " + testdir) sys.exit(0) -- cgit v1.2.3