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 21:42:20 +0200
commit304ca35f289aef59e29fa18d3a78730c39cad7fa (patch)
tree236ec491bc53c22bdc31506c70f10b4fa5ac22e6
parentd7d73a26ac0d886e3f07ce2eef848e8c66659af4 (diff)
downloadqtlocation-mapboxgl-304ca35f289aef59e29fa18d3a78730c39cad7fa.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!'