diff options
Diffstat (limited to 'cpp/test/Ice/interceptor/run.py')
-rwxr-xr-x | cpp/test/Ice/interceptor/run.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/test/Ice/interceptor/run.py b/cpp/test/Ice/interceptor/run.py index 6e7a80d5387..dc73f0e0506 100755 --- a/cpp/test/Ice/interceptor/run.py +++ b/cpp/test/Ice/interceptor/run.py @@ -20,6 +20,7 @@ if len(path) == 0: sys.path.append(os.path.join(path[0], "scripts")) import TestUtil -client = os.path.join(os.getcwd(), "client") +TestUtil.addAdditionalBinDirectories([os.path.join(os.getcwd(), TestUtil.getTestDirectory("interceptortest"))]) +client = os.path.join(os.getcwd(), TestUtil.getTestExecutable("client")) TestUtil.simpleTest(client, " --Ice.Warn.Dispatch=0") |