Merge pull request #6062 from inspec/jsnapp/fix-omnibus-test.ps1

Fix omnibus-test.ps1
This commit is contained in:
Jeremiah Snapp 2022-05-16 22:32:35 -04:00 committed by GitHub
commit b4a5f54517
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,4 +9,4 @@ Write-Host "+++ Testing $Plan"
Set-Location test/artifact
rake
If ($lastexitcode -ne 0) { Exit $lastexitcode }
If ($lastexitcode -ne 0) { Throw $lastexitcode }