summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-12-18 23:39:06 +0000
committerChris Wilson <chris+github@qwirx.com>2015-12-19 23:55:26 +0000
commit07c0c1910b3b960b6a6507b95e6c8bee088597cb (patch)
treed44dc4cb24b35016e2dafa651d8b5213ea0d1df2 /appveyor.yml
parent0b8d3214c7acdedd60754bbb81e06039435c0e27 (diff)
Make tests verbose, so we can see why they are failing
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index ee6504b2..f8a13c74 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -81,5 +81,5 @@ install:
test_script:
- cd %APPVEYOR_BUILD_FOLDER%\infrastructure\cmake
- - ctest -C %CONFIGURATION%
+ - ctest -C %CONFIGURATION% -V