summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2018-01-10 13:12:24 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2018-01-10 15:40:23 +0200
commitc7db016a60b27821a3335db72c8b761a87c59379 (patch)
tree4f5ae7ff9b6fdec8ea4bc4f7add5729dc3aeba17
parente9609de90d40e04e1e2184e59d4730687d43ce2e (diff)
downloadqtlocation-mapboxgl-c7db016a60b27821a3335db72c8b761a87c59379.tar.gz
[build] Make the appveyor build less verbose
-rw-r--r--scripts/check-sha256.ps11
1 files changed, 0 insertions, 1 deletions
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!'