diff options
Diffstat (limited to 'php/test')
-rwxr-xr-x | php/test/Ice/binding/run.py | 1 | ||||
-rwxr-xr-x | php/test/Ice/exceptions/run.py | 1 | ||||
-rwxr-xr-x | php/test/Ice/facets/run.py | 1 | ||||
-rwxr-xr-x | php/test/Ice/inheritance/run.py | 1 | ||||
-rwxr-xr-x | php/test/Ice/objects/run.py | 1 | ||||
-rwxr-xr-x | php/test/Ice/operations/run.py | 1 | ||||
-rwxr-xr-x | php/test/Ice/proxy/run.py | 1 | ||||
-rwxr-xr-x | php/test/Ice/slicing/exceptions/run.py | 1 | ||||
-rwxr-xr-x | php/test/Ice/slicing/objects/run.py | 1 | ||||
-rwxr-xr-x | php/test/Slice/keyword/run.py | 1 |
10 files changed, 10 insertions, 0 deletions
diff --git a/php/test/Ice/binding/run.py b/php/test/Ice/binding/run.py index 4740b351018..02f04424efa 100755 --- a/php/test/Ice/binding/run.py +++ b/php/test/Ice/binding/run.py @@ -19,6 +19,7 @@ else: sys.path.append(os.path.join(toplevel, "config")) import TestUtil +TestUtil.processCmdLine() name = os.path.join("Ice", "binding") diff --git a/php/test/Ice/exceptions/run.py b/php/test/Ice/exceptions/run.py index b24e861e651..aeab22f3a0a 100755 --- a/php/test/Ice/exceptions/run.py +++ b/php/test/Ice/exceptions/run.py @@ -19,6 +19,7 @@ else: sys.path.append(os.path.join(toplevel, "config")) import TestUtil +TestUtil.processCmdLine() name = os.path.join("Ice", "exceptions") diff --git a/php/test/Ice/facets/run.py b/php/test/Ice/facets/run.py index 64c6fe59e43..2eef80e9011 100755 --- a/php/test/Ice/facets/run.py +++ b/php/test/Ice/facets/run.py @@ -19,6 +19,7 @@ else: sys.path.append(os.path.join(toplevel, "config")) import TestUtil +TestUtil.processCmdLine() name = os.path.join("Ice", "facets") diff --git a/php/test/Ice/inheritance/run.py b/php/test/Ice/inheritance/run.py index 4da6b18839a..74a707fc96b 100755 --- a/php/test/Ice/inheritance/run.py +++ b/php/test/Ice/inheritance/run.py @@ -19,6 +19,7 @@ else: sys.path.append(os.path.join(toplevel, "config")) import TestUtil +TestUtil.processCmdLine() name = os.path.join("Ice", "inheritance") diff --git a/php/test/Ice/objects/run.py b/php/test/Ice/objects/run.py index 95a2b7d713f..6a961a01ef6 100755 --- a/php/test/Ice/objects/run.py +++ b/php/test/Ice/objects/run.py @@ -19,6 +19,7 @@ else: sys.path.append(os.path.join(toplevel, "config")) import TestUtil +TestUtil.processCmdLine() name = os.path.join("Ice", "objects") diff --git a/php/test/Ice/operations/run.py b/php/test/Ice/operations/run.py index 0a42f35210f..e9e27457d59 100755 --- a/php/test/Ice/operations/run.py +++ b/php/test/Ice/operations/run.py @@ -19,6 +19,7 @@ else: sys.path.append(os.path.join(toplevel, "config")) import TestUtil +TestUtil.processCmdLine() name = os.path.join("Ice", "operations") diff --git a/php/test/Ice/proxy/run.py b/php/test/Ice/proxy/run.py index 80c381ad47d..ff506c96978 100755 --- a/php/test/Ice/proxy/run.py +++ b/php/test/Ice/proxy/run.py @@ -19,6 +19,7 @@ else: sys.path.append(os.path.join(toplevel, "config")) import TestUtil +TestUtil.processCmdLine() name = os.path.join("Ice", "proxy") diff --git a/php/test/Ice/slicing/exceptions/run.py b/php/test/Ice/slicing/exceptions/run.py index 0675e6b14fe..7716a243f26 100755 --- a/php/test/Ice/slicing/exceptions/run.py +++ b/php/test/Ice/slicing/exceptions/run.py @@ -19,6 +19,7 @@ else: sys.path.append(os.path.join(toplevel, "config")) import TestUtil +TestUtil.processCmdLine() name = os.path.join("Ice", "slicing", "exceptions") diff --git a/php/test/Ice/slicing/objects/run.py b/php/test/Ice/slicing/objects/run.py index d90291ad433..de3773f6762 100755 --- a/php/test/Ice/slicing/objects/run.py +++ b/php/test/Ice/slicing/objects/run.py @@ -19,6 +19,7 @@ else: sys.path.append(os.path.join(toplevel, "config")) import TestUtil +TestUtil.processCmdLine() name = os.path.join("Ice", "slicing", "objects") diff --git a/php/test/Slice/keyword/run.py b/php/test/Slice/keyword/run.py index caaf5db7fec..a92a5a7d39b 100755 --- a/php/test/Slice/keyword/run.py +++ b/php/test/Slice/keyword/run.py @@ -19,6 +19,7 @@ else: sys.path.append(os.path.join(toplevel, "config")) import TestUtil +TestUtil.processCmdLine() name = os.path.join("Slice", "keyword") |