diff --git a/omnibus-test.ps1 b/omnibus-test.ps1 index 6f3c5c0..af85bcc 100644 --- a/omnibus-test.ps1 +++ b/omnibus-test.ps1 @@ -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"