Skip to content

Commit

Permalink
sdfdsf
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Wrock <[email protected]>
  • Loading branch information
mwrock committed Oct 23, 2024
1 parent 357048a commit 2a5fb37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/end-to-end/test_studio_with_ssl_cert_file_envvar_set.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@ Context "SSL_CERT_FILE is passed into the studio" {

Describe "SSL_CERT_FILE is a valid certificate" {
$env:SSL_CERT_FILE = (Join-Path $tempdir $e2e_certname)
Write-Host "Set SSL_SERT_FILE to $env:SSL_CERT_FILE"
It "Sets env:SSL_CERT_FILE in the studio" {
Write-Host "SSL_SERT_FILE is $env:SSL_CERT_FILE"
$expected = "/hab/cache/ssl/$e2e_certname"
$env:RUST_LOG="debug"
$result = Invoke-StudioRun $sslCertFilePrint
Write-Host $result
$result[-1] | Should -BeLike "*$expected"
Expand Down

0 comments on commit 2a5fb37

Please sign in to comment.