ci/windows: Remove line numbers from assertions in spirv2dxil tests

Reviewed-by: Enrico Galli <enrico.galli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14156>
This commit is contained in:
Jesse Natalie
2021-12-10 10:42:28 -08:00
committed by Marge Bot
parent fc17f79f2c
commit 46ef1e8389
2 changed files with 16 additions and 15 deletions

View File

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