From f1aae9d79eecb2a7bf75c3106fd49646b10208a5 Mon Sep 17 00:00:00 2001 From: Daniel Jurek Date: Thu, 4 Nov 2021 10:17:02 -0700 Subject: [PATCH] Readd -V to ctest invocation (#3042) --- eng/pipelines/templates/jobs/ci.tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/templates/jobs/ci.tests.yml b/eng/pipelines/templates/jobs/ci.tests.yml index 595ec8cbf..8092e2ac3 100644 --- a/eng/pipelines/templates/jobs/ci.tests.yml +++ b/eng/pipelines/templates/jobs/ci.tests.yml @@ -116,7 +116,7 @@ jobs: BuildArgs: "$(BuildArgs)" Env: "$(CmakeEnvArg)" - - script: ctest -C Debug --tests-regex ${{ parameters.CtestRegex }} --no-compress-output -T Test + - script: ctest -C Debug -V --tests-regex ${{ parameters.CtestRegex }} --no-compress-output -T Test workingDirectory: build - task: PublishTestResults@2