Skip to content

Commit

Permalink
Update util/util_tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Mar 8, 2024
1 parent 815cd37 commit 187d2f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/util_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ fi

## Check check_package_config.py
export SPACK_ENV=${SPACK_STACK_DIR}/util/test_env
export SPACK_ROOT=${SPACK_STACK_DIR}/spack
output_checksum=$(${SPACK_STACK_DIR}/util/check_package_config.py | sort | md5sum)
reference_checksum=$(cat ${SPACK_STACK_DIR}/util/test_env/package_check_baseline.txt | md5sum)
if [[ "$output_checksum" != "$reference_checksum" ]]; then
Expand Down

0 comments on commit 187d2f4

Please sign in to comment.