Unit test: Improve output
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
parent
3160cac48f
commit
e30bfd3773
@ -74,8 +74,8 @@ curl_it () {
|
|||||||
if [ -e "${file}" ]; then
|
if [ -e "${file}" ]; then
|
||||||
log "> hash ${file}"
|
log "> hash ${file}"
|
||||||
temp_hash="$(openssl sha256 "${file}")"
|
temp_hash="$(openssl sha256 "${file}")"
|
||||||
log "temp_hash: $temp_hash"
|
#log "temp_hash: $temp_hash"
|
||||||
log "hash : $hash"
|
#log "hash : $hash"
|
||||||
if [ "$temp_hash" = "$hash" ]; then
|
if [ "$temp_hash" = "$hash" ]; then
|
||||||
: # OK - hash is good
|
: # OK - hash is good
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user