summaryrefslogtreecommitdiff
path: root/cppe/test
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2008-02-14 17:58:48 +0800
committerMatthew Newhook <matthew@zeroc.com>2008-02-14 17:58:48 +0800
commitbea45989ce3dbca633e653da69747cdec12935f1 (patch)
tree1cffa6ea5027f07590a30def0629080bb816ba10 /cppe/test
parentbug 2680 - change base class to System.Exception in SL (diff)
downloadice-bea45989ce3dbca633e653da69747cdec12935f1.tar.bz2
ice-bea45989ce3dbca633e653da69747cdec12935f1.tar.xz
ice-bea45989ce3dbca633e653da69747cdec12935f1.zip
bug 2615
Diffstat (limited to 'cppe/test')
-rwxr-xr-xcppe/test/IceE/adapterDeactivation/run.py1
-rwxr-xr-xcppe/test/IceE/custom/run.py1
-rwxr-xr-xcppe/test/IceE/exceptions/run.py1
-rwxr-xr-xcppe/test/IceE/facets/run.py1
-rwxr-xr-xcppe/test/IceE/faultTolerance/run.py1
-rwxr-xr-xcppe/test/IceE/inheritance/run.py1
-rwxr-xr-xcppe/test/IceE/location/run.py1
-rwxr-xr-xcppe/test/IceE/operations/run.py1
-rwxr-xr-xcppe/test/IceE/proxy/run.py1
-rwxr-xr-xcppe/test/IceE/retry/run.py1
-rwxr-xr-xcppe/test/IceE/slicing/run.py1
-rwxr-xr-xcppe/test/IceE/thread/run.py1
-rwxr-xr-xcppe/test/IceE/uuid/run.py1
13 files changed, 13 insertions, 0 deletions
diff --git a/cppe/test/IceE/adapterDeactivation/run.py b/cppe/test/IceE/adapterDeactivation/run.py
index 2f0572679fa..7408cefcab8 100755
--- a/cppe/test/IceE/adapterDeactivation/run.py
+++ b/cppe/test/IceE/adapterDeactivation/run.py
@@ -19,6 +19,7 @@ else:
sys.path.append(os.path.join(toplevel, "config"))
import TestUtil
+TestUtil.processCmdLine()
name = os.path.join("IceE", "adapterDeactivation")
diff --git a/cppe/test/IceE/custom/run.py b/cppe/test/IceE/custom/run.py
index b13d30bf8ee..c3403057788 100755
--- a/cppe/test/IceE/custom/run.py
+++ b/cppe/test/IceE/custom/run.py
@@ -19,6 +19,7 @@ else:
sys.path.append(os.path.join(toplevel, "config"))
import TestUtil
+TestUtil.processCmdLine()
name = os.path.join("IceE", "custom")
diff --git a/cppe/test/IceE/exceptions/run.py b/cppe/test/IceE/exceptions/run.py
index 89a2c7bf383..d38965da5e6 100755
--- a/cppe/test/IceE/exceptions/run.py
+++ b/cppe/test/IceE/exceptions/run.py
@@ -19,6 +19,7 @@ else:
sys.path.append(os.path.join(toplevel, "config"))
import TestUtil
+TestUtil.processCmdLine()
name = os.path.join("IceE", "exceptions")
diff --git a/cppe/test/IceE/facets/run.py b/cppe/test/IceE/facets/run.py
index 3656d174805..ddcbc42e7c5 100755
--- a/cppe/test/IceE/facets/run.py
+++ b/cppe/test/IceE/facets/run.py
@@ -19,6 +19,7 @@ else:
sys.path.append(os.path.join(toplevel, "config"))
import TestUtil
+TestUtil.processCmdLine()
name = os.path.join("IceE", "facets")
diff --git a/cppe/test/IceE/faultTolerance/run.py b/cppe/test/IceE/faultTolerance/run.py
index 9648abbaffa..ee4eb872a7f 100755
--- a/cppe/test/IceE/faultTolerance/run.py
+++ b/cppe/test/IceE/faultTolerance/run.py
@@ -19,6 +19,7 @@ else:
sys.path.append(os.path.join(toplevel, "config"))
import TestUtil
+TestUtil.processCmdLine()
name = os.path.join("IceE", "faultTolerance")
testdir = os.path.join(toplevel, "test", name)
diff --git a/cppe/test/IceE/inheritance/run.py b/cppe/test/IceE/inheritance/run.py
index f51bfce8b0f..63ae546db37 100755
--- a/cppe/test/IceE/inheritance/run.py
+++ b/cppe/test/IceE/inheritance/run.py
@@ -19,6 +19,7 @@ else:
sys.path.append(os.path.join(toplevel, "config"))
import TestUtil
+TestUtil.processCmdLine()
name = os.path.join("IceE", "inheritance")
diff --git a/cppe/test/IceE/location/run.py b/cppe/test/IceE/location/run.py
index d035eec195d..0ecb73d8819 100755
--- a/cppe/test/IceE/location/run.py
+++ b/cppe/test/IceE/location/run.py
@@ -19,6 +19,7 @@ else:
sys.path.append(os.path.join(toplevel, "config"))
import TestUtil
+TestUtil.processCmdLine()
name = os.path.join("IceE", "location")
diff --git a/cppe/test/IceE/operations/run.py b/cppe/test/IceE/operations/run.py
index 48dbd71e0fc..4cb3eafd0b1 100755
--- a/cppe/test/IceE/operations/run.py
+++ b/cppe/test/IceE/operations/run.py
@@ -19,6 +19,7 @@ else:
sys.path.append(os.path.join(toplevel, "config"))
import TestUtil
+TestUtil.processCmdLine()
name = os.path.join("IceE", "operations")
diff --git a/cppe/test/IceE/proxy/run.py b/cppe/test/IceE/proxy/run.py
index 70c868e9f69..3ca8d4159d6 100755
--- a/cppe/test/IceE/proxy/run.py
+++ b/cppe/test/IceE/proxy/run.py
@@ -19,6 +19,7 @@ else:
sys.path.append(os.path.join(toplevel, "config"))
import TestUtil
+TestUtil.processCmdLine()
name = os.path.join("IceE", "proxy")
diff --git a/cppe/test/IceE/retry/run.py b/cppe/test/IceE/retry/run.py
index fc4aa8df3ae..8c42efe3c29 100755
--- a/cppe/test/IceE/retry/run.py
+++ b/cppe/test/IceE/retry/run.py
@@ -19,6 +19,7 @@ else:
sys.path.append(os.path.join(toplevel, "config"))
import TestUtil
+TestUtil.processCmdLine()
name = os.path.join("IceE", "retry")
diff --git a/cppe/test/IceE/slicing/run.py b/cppe/test/IceE/slicing/run.py
index 7f6dd3054f8..1f757e46f77 100755
--- a/cppe/test/IceE/slicing/run.py
+++ b/cppe/test/IceE/slicing/run.py
@@ -19,6 +19,7 @@ else:
sys.path.append(os.path.join(toplevel, "config"))
import TestUtil
+TestUtil.processCmdLine()
name = os.path.join("IceE", "slicing")
diff --git a/cppe/test/IceE/thread/run.py b/cppe/test/IceE/thread/run.py
index 4739503a4b0..22d927c0bfd 100755
--- a/cppe/test/IceE/thread/run.py
+++ b/cppe/test/IceE/thread/run.py
@@ -19,6 +19,7 @@ else:
sys.path.append(os.path.join(toplevel, "config"))
import TestUtil
+TestUtil.processCmdLine()
name = os.path.join("IceE", "thread")
testdir = os.path.join(toplevel, "test", name)
diff --git a/cppe/test/IceE/uuid/run.py b/cppe/test/IceE/uuid/run.py
index 4b6f120a28c..fe66ca2694c 100755
--- a/cppe/test/IceE/uuid/run.py
+++ b/cppe/test/IceE/uuid/run.py
@@ -19,6 +19,7 @@ else:
sys.path.append(os.path.join(toplevel, "config"))
import TestUtil
+TestUtil.processCmdLine()
name = os.path.join("IceE", "uuid")
testdir = os.path.join(toplevel, "test", name)