Skip to content

Commit

Permalink
Add the current Arkouda commit to the log (chapel-lang#26815)
Browse files Browse the repository at this point in the history
Adds the current Arkouda commit being tested to the the log output. This
will aid troubleshooting

[Reviewed by @e-kayrakli]
  • Loading branch information
jabraham17 authored Mar 3, 2025
2 parents bbe1adf + b9f93b5 commit a15f28f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/studies/arkouda/sub_test
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ fi

cd ${ARKOUDA_HOME}

# report the current git hash
git_hash=$(git rev-parse HEAD)
# strip .git from the end of ARKOUDA_URL, if it's there
git_url=$(echo $ARKOUDA_URL | sed 's/\.git$//')
log "Current Arkouda commit is $git_hash, see $git_url/commit/$git_hash"

if [ -z "${ARKOUDA_SKIP_CHECK_DEPS}" ] ; then
# Install dependencies if needed
if make check-deps ; then
Expand Down

0 comments on commit a15f28f

Please sign in to comment.