Skip to content

Commit 42f9d4b

Browse files
jackal1-66sawenzel
authored andcommitted
Update run_generator_tests.sh
O2DPG_MC_CONFIG_ROOT is not set in the script, so the CI fails. It is set by default equal to O2DPG_ROOT. This PR should fix the issue seen in #1756
1 parent f004685 commit 42f9d4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/run_generator_tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ popd > /dev/null
409409
# [[ -z {ALIBUILD_HEAD_HASH+x} ]] && export O2DPG_ROOT=${REPO_DIR}
410410
# but let's do the same for both local and CI consistently
411411
export O2DPG_ROOT=${REPO_DIR}
412+
export O2DPG_MC_CONFIG_ROOT=${O2DPG_ROOT}
412413

413414
# prepare our local test directory
414415
rm -rf ${TEST_PARENT_DIR} 2>/dev/null

0 commit comments

Comments
 (0)