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 ef7d949 commit c01c254Copy full SHA for c01c254
scripts/matrix_testing/Get-CompilerSpecificFiles.ps1
@@ -31,7 +31,7 @@ function Get-CompilerSpecificFiles {
31
$f
32
}
33
34
- foreach($f in (Get-ChildItem -Filter "$Query.expected.$Configuration" $TestDirectory)){
+ foreach($f in (Get-ChildItem -Filter "*.expected.$Configuration" $TestDirectory)){
35
Write-Host "Found file $f..."
36
37
0 commit comments