diff options
Diffstat (limited to 'cpp/test/IceStorm/repstress/run.py')
-rwxr-xr-x | cpp/test/IceStorm/repstress/run.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/test/IceStorm/repstress/run.py b/cpp/test/IceStorm/repstress/run.py index 2343542a58e..6e616437cf1 100755 --- a/cpp/test/IceStorm/repstress/run.py +++ b/cpp/test/IceStorm/repstress/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") -control = os.path.join(os.getcwd(), "control") +publisher = os.path.join(os.getcwd(), TestUtil.getTestExecutable("publisher")) +subscriber = os.path.join(os.getcwd(), TestUtil.getTestExecutable("subscriber")) +control = os.path.join(os.getcwd(), TestUtil.getTestExecutable("control")) targets = [] if TestUtil.appverifier: |