Skip to content

Commit

Permalink
Merge de8f361 into 80b1a20
Browse files Browse the repository at this point in the history
  • Loading branch information
miah committed Jul 10, 2019
2 parents 80b1a20 + de8f361 commit 020b282
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions omnibus/omnibus-test.ps1
Expand Up @@ -28,3 +28,9 @@ $Env:GEM_PATH = "C:\SHOULD_NOT_EXIST"

inspec version
If ($lastexitcode -ne 0) { Exit $lastexitcode }

inspec shell -c platform.family
If ($lastexitcode -ne 0) { Exit $lastexitcode }

inspec plugin list
If ($lastexitcode -ne 0) { Exit $lastexitcode }
4 changes: 4 additions & 0 deletions omnibus/omnibus-test.sh
Expand Up @@ -33,3 +33,7 @@ export GEM_HOME=/SHOULD_NOT_EXIST
export GEM_PATH=/SHOULD_NOT_EXIST

inspec version

inspec shell -c platform.family

inspec plugin list

0 comments on commit 020b282

Please sign in to comment.