Fix: Update lf-activate-venv
[releng/builder.git] / jjb / integration / integration-run-test.sh
index fa9db12048a4b96073e225c07f2abbb21ac0528f..d1277b2b2adbee24501f7eacb11be70d514b7da5 100755 (executable)
@@ -8,7 +8,7 @@ fi
 # ${ROBOT_VENV} comes from the integration-install-robotframework.sh
 # script.
 # shellcheck source=${ROBOT_VENV}/bin/activate disable=SC1091
-source "${ROBOT_VENV}/bin/activate"
+. "${ROBOT_VENV}/bin/activate"
 source /tmp/common-functions.sh "${BUNDLEFOLDER}"
 echo "#################################################"
 echo "## invoke Tests for non-karaf Controllers      ##"