From a1cd0f1af15cee41ce5b2c79d3ca0c2b68a58c88 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sun, 24 Jan 2016 21:49:10 +0300 Subject: [PATCH] Make tests verbose in appveyor --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 9459972..43dc79e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -109,7 +109,7 @@ build_script: # tests; PATH here lists library search paths - |- %MINGW32% set PATH=%APPVEYOR_BUILD_FOLDER%;%PREFIX%\lib;c:\mingw\bin;%Path% - %MINGW32% mingw32-make test + %MINGW32% mingw32-make ARGS=-V test after_build: - git status