summaryrefslogtreecommitdiff
path: root/cpp/src/tests/run_federation_tests.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/tests/run_federation_tests.ps1')
-rw-r--r--cpp/src/tests/run_federation_tests.ps13
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/tests/run_federation_tests.ps1 b/cpp/src/tests/run_federation_tests.ps1
index 35353a870f..803b3eef6f 100644
--- a/cpp/src/tests/run_federation_tests.ps1
+++ b/cpp/src/tests/run_federation_tests.ps1
@@ -26,8 +26,7 @@ if (!(Test-Path $PYTHON_DIR -pathType Container)) {
exit 1
}
-$PYTHON_TEST_DIR = "$srcdir\..\..\..\tests\src\py"
-$QMF_LIB = "$srcdir\..\..\..\extras\qmf\src\py"
+. .\test_env.ps1
# Test runs from the tests directory but the broker executable is one level
# up, and most likely in a subdirectory from there based on what build type.