From 96bb13fc04fb3bfbfb00c49d10aa139ddbc270d1 Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Tue, 19 Nov 2024 13:29:14 -0800 Subject: [PATCH] Attempt to fix ctest command line --- eng/pipelines/templates/jobs/live.tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/templates/jobs/live.tests.yml b/eng/pipelines/templates/jobs/live.tests.yml index 02d54b914..9a504ff02 100644 --- a/eng/pipelines/templates/jobs/live.tests.yml +++ b/eng/pipelines/templates/jobs/live.tests.yml @@ -195,7 +195,7 @@ jobs: $env:AZURESUBSCRIPTION_CLIENT_ID = $account.Id $env:AZURESUBSCRIPTION_TENANT_ID = $account.Tenants - ctest $(WindowsCtestConfig) -V --tests-regex "${{ parameters.CtestRegex }}" --no-compress-output -T Test + ctest $(WindowsCtestConfig) -V --tests-regex '${{ parameters.CtestRegex }}' --no-compress-output -T Test exit $LASTEXITCODE workingDirectory: build env: