mirror of
https://gitee.com/openharmony/third_party_vulkan-loader
synced 2024-11-23 15:20:52 +00:00
windows: Return exit status from test script
This commit is contained in:
parent
9fec6b97a7
commit
2429641367
@ -13,4 +13,8 @@ Set-Item -path env:Path -value ($env:Path + ";gtest-1.7.0\$dPath")
|
||||
$env:VK_LAYER_PATH = "..\layers\$dPath"
|
||||
|
||||
& $dPath\vk_layer_validation_tests
|
||||
if ($lastexitcode -ne 0) {
|
||||
exit 1
|
||||
}
|
||||
.\vkvalidatelayerdoc.ps1
|
||||
exit $lastexitcode
|
Loading…
Reference in New Issue
Block a user