summaryrefslogtreecommitdiff
path: root/py/test/Ice/exceptions/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Ice/exceptions/run.py')
-rwxr-xr-xpy/test/Ice/exceptions/run.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/py/test/Ice/exceptions/run.py b/py/test/Ice/exceptions/run.py
index 75987cb9452..0f644a4b46b 100755
--- a/py/test/Ice/exceptions/run.py
+++ b/py/test/Ice/exceptions/run.py
@@ -24,6 +24,6 @@ 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 AMD server."
+TestUtil.clientServerTestWithOptionsAndNames(name, "", "", "ServerAMD.py", "Client.py")
sys.exit(0)