Skip to content

Commit

Permalink
Unit test: Improve output
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Apr 11, 2022
1 parent 3160cac commit e30bfd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions op-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ curl_it () {
if [ -e "${file}" ]; then
log "> hash ${file}"
temp_hash="$(openssl sha256 "${file}")"
log "temp_hash: $temp_hash"
log "hash : $hash"
#log "temp_hash: $temp_hash"
#log "hash : $hash"
if [ "$temp_hash" = "$hash" ]; then
: # OK - hash is good
else
Expand Down

0 comments on commit e30bfd3

Please sign in to comment.