summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/background/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/background/run.py')
-rwxr-xr-xcpp/test/Ice/background/run.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Ice/background/run.py b/cpp/test/Ice/background/run.py
index c1eec8b731d..05fe2ab17c2 100755
--- a/cpp/test/Ice/background/run.py
+++ b/cpp/test/Ice/background/run.py
@@ -20,5 +20,6 @@ if len(path) == 0:
sys.path.append(os.path.join(path[0], "scripts"))
import TestUtil
+TestUtil.addAdditionalBinDirectories([os.path.join(os.getcwd(), TestUtil.getTestDirectory("testtransport"))])
TestUtil.queueClientServerTest()
TestUtil.runQueuedTests()