Skip to content

Commit c01c254

Browse files
committed
fixed for shared queries.
1 parent ef7d949 commit c01c254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/matrix_testing/Get-CompilerSpecificFiles.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function Get-CompilerSpecificFiles {
3131
$f
3232
}
3333

34-
foreach($f in (Get-ChildItem -Filter "$Query.expected.$Configuration" $TestDirectory)){
34+
foreach($f in (Get-ChildItem -Filter "*.expected.$Configuration" $TestDirectory)){
3535
Write-Host "Found file $f..."
3636
$f
3737
}

0 commit comments

Comments
 (0)