From: Richard Levitte Date: Thu, 13 Oct 2016 08:44:33 +0000 (+0200) Subject: appveyor: make tests verbose X-Git-Tag: OpenSSL_1_1_1-pre1~3352 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=42aa720d188e487dae93d75dc9796a4aa68f6ff4 appveyor: make tests verbose Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/1686) --- diff --git a/appveyor.yml b/appveyor.yml index c668b3941e..1184d7dddc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -39,7 +39,7 @@ build_script: test_script: - cd _build - - nmake test + - nmake test V=1 - cd .. # Fake deploy script to test installation