Skip to content

Commit

Permalink
Per #1546, port setting of MET_TEST_MET_PYTHON_EXE over from the feat…
Browse files Browse the repository at this point in the history
…ure_1546_ci_testing branch.
  • Loading branch information
JohnHalleyGotway committed Jan 24, 2022
1 parent 24b0ad0 commit ada3089
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/bin/unit_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ else
echo "export MET_TEST_OUTPUT=${MET_TEST_OUTPUT}"
fi

# if MET_TEST_MET_PYTHON_EXE is not set, use default value
if [[ -z "${MET_TEST_MET_PYTHON_EXE}" ]] ; then
export MET_TEST_MET_PYTHON_EXE=/usr/local/python3/bin/python3
fi

PERL_UNIT_OPTS=""
for arg in $@; do
[ $arg == "-memchk" -o $arg == "memchk" ] && PERL_UNIT_OPTS="$PERL_UNIT_OPTS -memchk"
Expand Down

0 comments on commit ada3089

Please sign in to comment.