Skip to content

Commit 2e6d8ca

Browse files
committed
Update file
1 parent 956ab1e commit 2e6d8ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AzureDevOps/DistributeTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ For ($i=$agentNumber; $i -le $testCount;) {
4040
$testFiles = $testsToRun -Join " "
4141
Write-Host "Test files $testFiles"
4242
# 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"
43+
Write-Host "##vso[task.setvariable variable=MATLABTestFiles;]$testFiles"

AzureDevOps/DistributeTests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ testFiles="${testsToRun[*]}"
4141
echo "Test files $testFiles"
4242

4343
# Set as Azure Pipelines variable
44-
echo "##vso[task.setvariable variable=pytestfiles;]$testFiles"
44+
echo "##vso[task.setvariable variable=MATLABTestFiles;]$testFiles"

0 commit comments

Comments
 (0)