diff options
author | Richard Levitte <levitte@openssl.org> | 2016-10-13 10:44:33 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-10-19 17:14:33 +0200 |
commit | 42aa720d188e487dae93d75dc9796a4aa68f6ff4 (patch) | |
tree | a178221c87302f6b8e3ff6b0c20f5e6c1c57eb93 /appveyor.yml | |
parent | Add documentation of internal OpenSSL::Test functions (diff) | |
download | openssl-42aa720d188e487dae93d75dc9796a4aa68f6ff4.tar.xz openssl-42aa720d188e487dae93d75dc9796a4aa68f6ff4.zip |
appveyor: make tests verbose
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1686)
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |