summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/exceptions/run.py
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-11-08 18:14:53 +0000
committerMarc Laukien <marc@zeroc.com>2002-11-08 18:14:53 +0000
commit4b2433c82b06bbda1b604e0baaa559e83bac5ce9 (patch)
tree6211a8e432034fd0b05532ca7e7ceaabe1c763f2 /cpp/test/Ice/exceptions/run.py
parentRemoved redundant iostream include that was left behind for tracing. (diff)
downloadice-4b2433c82b06bbda1b604e0baaa559e83bac5ce9.tar.bz2
ice-4b2433c82b06bbda1b604e0baaa559e83bac5ce9.tar.xz
ice-4b2433c82b06bbda1b604e0baaa559e83bac5ce9.zip
fixes
Diffstat (limited to 'cpp/test/Ice/exceptions/run.py')
-rwxr-xr-xcpp/test/Ice/exceptions/run.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/exceptions/run.py b/cpp/test/Ice/exceptions/run.py
index b832ebefcc0..39b9b18a4b9 100755
--- a/cpp/test/Ice/exceptions/run.py
+++ b/cpp/test/Ice/exceptions/run.py
@@ -27,6 +27,6 @@ import TestUtil
name = os.path.join("Ice", "exceptions")
-TestUtil.clientServerTest(toplevel, name)
-TestUtil.collocatedTest(toplevel, name)
+TestUtil.clientServerTest(name)
+TestUtil.collocatedTest(name)
sys.exit(0)