diff options
Diffstat (limited to 'cpp/test/Ice/stringConverter/run.py')
-rwxr-xr-x | cpp/test/Ice/stringConverter/run.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/test/Ice/stringConverter/run.py b/cpp/test/Ice/stringConverter/run.py index eed9bface4f..33fc2e8f3ac 100755 --- a/cpp/test/Ice/stringConverter/run.py +++ b/cpp/test/Ice/stringConverter/run.py @@ -20,6 +20,4 @@ if len(path) == 0: sys.path.append(os.path.join(path[0], "scripts")) import TestUtil -client = os.path.join(os.getcwd(), "client") - -TestUtil.simpleTest(client) +TestUtil.clientServerTest() |