From 304ca35f289aef59e29fa18d3a78730c39cad7fa Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Wed, 10 Jan 2018 13:12:24 +0200 Subject: [build] Make the appveyor build less verbose --- scripts/check-sha256.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/check-sha256.ps1 b/scripts/check-sha256.ps1 index 57c9797c6a..e551605ad0 100644 --- a/scripts/check-sha256.ps1 +++ b/scripts/check-sha256.ps1 @@ -1,7 +1,6 @@ param([string]$file, [string]$hash); $hashFromFile = Get-FileHash -Path $file -Algorithm SHA256 -$hashFromFile | Format-List if ($hashFromFile.Hash -ne $hash) { Throw 'Hash mismatch!' -- cgit v1.2.1