From fda53102d9aa6ef19694e1b8c0b001cd3aae529e Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Fri, 6 Dec 2002 16:36:08 +0000 Subject: amd merge --- cpp/test/Ice/exceptions/run.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpp/test/Ice/exceptions/run.py') diff --git a/cpp/test/Ice/exceptions/run.py b/cpp/test/Ice/exceptions/run.py index 39b9b18a4b9..33bdf2195da 100755 --- a/cpp/test/Ice/exceptions/run.py +++ b/cpp/test/Ice/exceptions/run.py @@ -27,6 +27,10 @@ import TestUtil name = os.path.join("Ice", "exceptions") +print "tests with regular server." TestUtil.clientServerTest(name) +print "tests with AMD server." +TestUtil.clientServerTestWithOptionsAndNames(name, "", "", "serveramd", "client") +print "tests with collocated server." TestUtil.collocatedTest(name) sys.exit(0) -- cgit v1.2.3