Skip to content

Commit

Permalink
Update run_generator_tests.sh
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jackal1-66 authored and sawenzel committed Oct 1, 2024
1 parent f004685 commit 42f9d4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/run_generator_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42f9d4b

Please sign in to comment.