From e30bfd3773cf22681784c46cbab989990a8e028c Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Mon, 11 Apr 2022 21:58:11 +0100 Subject: [PATCH] Unit test: Improve output Signed-off-by: Richard T Bonhomme --- op-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/op-test.sh b/op-test.sh index 0c290bb0b..dba72457a 100644 --- a/op-test.sh +++ b/op-test.sh @@ -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