diff options
Diffstat (limited to 'objective-c/test/Ice/faultTolerance/run.py')
-rwxr-xr-x | objective-c/test/Ice/faultTolerance/run.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/objective-c/test/Ice/faultTolerance/run.py b/objective-c/test/Ice/faultTolerance/run.py index 1235d32e145..ae2406f22cf 100755 --- a/objective-c/test/Ice/faultTolerance/run.py +++ b/objective-c/test/Ice/faultTolerance/run.py @@ -20,8 +20,8 @@ if len(path) == 0: sys.path.append(os.path.join(path[0], "scripts")) import TestUtil -server = os.path.join(os.getcwd(), "server") -client = os.path.join(os.getcwd(), "client") +server = os.path.join(os.getcwd(), TestUtil.getTestExecutable("server")) +client = os.path.join(os.getcwd(),TestUtil.getTestExecutable("client")) num = 12 base = 13340 |