From 62cba8cd46a535585a4422daab489f114feab6f3 Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 26 Feb 2016 20:46:27 +0100 Subject: Windows msbuild build updates --- cpp/test/IceStorm/federation2/run.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/test/IceStorm/federation2/run.py') diff --git a/cpp/test/IceStorm/federation2/run.py b/cpp/test/IceStorm/federation2/run.py index fbb67d4dd02..a84a7503672 100755 --- a/cpp/test/IceStorm/federation2/run.py +++ b/cpp/test/IceStorm/federation2/run.py @@ -22,8 +22,8 @@ import TestUtil, IceStormUtil, Expect iceStormAdmin = os.path.join(TestUtil.getCppBinDir(), "icestormadmin") -publisher = os.path.join(os.getcwd(), "publisher") -subscriber = os.path.join(os.getcwd(), "subscriber") +publisher = os.path.join(os.getcwd(), TestUtil.getTestExecutable("publisher")) +subscriber = os.path.join(os.getcwd(), TestUtil.getTestExecutable("subscriber")) targets = [] if TestUtil.appverifier: -- cgit v1.2.3