From 442e633df9cf3cf0c0e598f194f106da5c98c10c Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Thu, 30 May 2024 10:34:35 +0200 Subject: [PATCH] Try to get more verbose results from ctest --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 64edc3038..4d1f230e4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,7 +24,7 @@ build_script: test_script: - ps: | - craft --src-dir $env:APPVEYOR_BUILD_FOLDER --test poppler + $env:CRAFT_TEST_VERBOSITY="1"; craft --src-dir $env:APPVEYOR_BUILD_FOLDER --test poppler environment: