We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956ab1e commit 2e6d8caCopy full SHA for 2e6d8ca
AzureDevOps/DistributeTests.ps1
@@ -40,4 +40,4 @@ For ($i=$agentNumber; $i -le $testCount;) {
40
$testFiles = $testsToRun -Join " "
41
Write-Host "Test files $testFiles"
42
# write these files into variable so that we can run them using pytest in subsequent task.
43
-Write-Host "##vso[task.setvariable variable=pytestfiles;]$testFiles"
+Write-Host "##vso[task.setvariable variable=MATLABTestFiles;]$testFiles"
AzureDevOps/DistributeTests.sh
@@ -41,4 +41,4 @@ testFiles="${testsToRun[*]}"
echo "Test files $testFiles"
# Set as Azure Pipelines variable
44
-echo "##vso[task.setvariable variable=pytestfiles;]$testFiles"
+echo "##vso[task.setvariable variable=MATLABTestFiles;]$testFiles"
0 commit comments