appveyor: make tests verbose
authorRichard Levitte <levitte@openssl.org>
Thu, 13 Oct 2016 08:44:33 +0000 (10:44 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 19 Oct 2016 15:14:33 +0000 (17:14 +0200)
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1686)

appveyor.yml

index c668b3941e8370e00ac5ae4ce19ad2f1a8a787a9..1184d7dddcf6d302a8c9a6fbe7898067e3a722c8 100644 (file)
@@ -39,7 +39,7 @@ build_script:
 
 test_script:
     - cd _build
 
 test_script:
     - cd _build
-    - nmake test
+    - nmake test V=1
     - cd ..
 
 # Fake deploy script to test installation
     - cd ..
 
 # Fake deploy script to test installation