diff --git a/test/run_generator_tests.sh b/test/run_generator_tests.sh index 63bc03c15..9024d4aed 100755 --- a/test/run_generator_tests.sh +++ b/test/run_generator_tests.sh @@ -409,6 +409,7 @@ popd > /dev/null # [[ -z {ALIBUILD_HEAD_HASH+x} ]] && export O2DPG_ROOT=${REPO_DIR} # but let's do the same for both local and CI consistently export O2DPG_ROOT=${REPO_DIR} +export O2DPG_MC_CONFIG_ROOT=${O2DPG_ROOT} # prepare our local test directory rm -rf ${TEST_PARENT_DIR} 2>/dev/null