ci/windows: Remove line numbers of SPIR-V errors in spirv2dxil tests

Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14245>
This commit is contained in:
Caio Oliveira
2021-12-17 11:20:10 -08:00
committed by Marge Bot
parent fa4e08112e
commit 3415b51b1c
2 changed files with 13 additions and 13 deletions

View File

@@ -47,7 +47,7 @@ foreach ($spvasm in $spvasm_files) {
}
else {
Write-Output "$subtest Fail"
$sanitized_output = $s2d_output -replace ', file .+, line \d+'
$sanitized_output = $s2d_output -replace ', file .+, line \d+' -replace ' In file .+:\d+'
Write-Output "$sanitized_output`n"
}
}