From 42aa720d188e487dae93d75dc9796a4aa68f6ff4 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 13 Oct 2016 10:44:33 +0200 Subject: [PATCH] appveyor: make tests verbose Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/1686) --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0