Skip to content

Commit

Permalink
dump openssl.pc
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <[email protected]>
  • Loading branch information
tpowell-progress committed Nov 4, 2024
1 parent 077fa91 commit c76a27b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions omnibus-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,16 @@ If ($end:OMNIBUS_FIPS_MODE -eq $true) {

& $embedded_bin_dir\bundle install --jobs=2 --retry=3

Write-Host "MSYS_OVERRIDE $env:MSYS_OVERRIDE"
Write-Host '3.1.6 DEBUG opscode chef dump'
Get-ChildItem C:\opscode\chef -Recurse | Select FullName
Write-Host 'END 3.1.6 DEBUG'

Write-Host "Content of the openssl.pc file"
Get-Content c:\opscode\chef\embedded\lib\pkgconfig\openssl.pc
Write-Host "END Content of the openssl.pc file"


If ($env:OMNIBUS_FIPS_MODE -eq $true) {
$fips_errors=@()
Write-Host "FIPS is enabled for this environment"
Expand Down

0 comments on commit c76a27b

Please sign in to comment.