diff options
Diffstat (limited to 'cpp/test/IceStorm/rep1/run.py')
-rwxr-xr-x | cpp/test/IceStorm/rep1/run.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/test/IceStorm/rep1/run.py b/cpp/test/IceStorm/rep1/run.py index ca733ded16e..2d058a12d22 100755 --- a/cpp/test/IceStorm/rep1/run.py +++ b/cpp/test/IceStorm/rep1/run.py @@ -20,9 +20,9 @@ if len(path) == 0: sys.path.append(os.path.join(path[0], "scripts")) import TestUtil, IceStormUtil -publisher = os.path.join(os.getcwd(), "publisher") -subscriber = os.path.join(os.getcwd(), "subscriber") -subscriber2 = os.path.join(os.getcwd(), "sub") +publisher = os.path.join(os.getcwd(), TestUtil.getTestExecutable("publisher")) +subscriber = os.path.join(os.getcwd(), TestUtil.getTestExecutable("subscriber")) +subscriber2 = os.path.join(os.getcwd(), TestUtil.getTestExecutable("sub")) targets = [] if TestUtil.appverifier: |