summaryrefslogtreecommitdiff
path: root/share/spack/qa/validate_last_exit.ps1
blob: c8a9f7f5be7912e0926f73c00f6a6ab9625a3115 (plain) (blame)
1
2
3
if ($LASTEXITCODE -ne 0){
    throw "Unit Tests have failed"
}