Skip to content

Commit

Permalink
kjhkh
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Wrock <[email protected]>
  • Loading branch information
mwrock committed Jul 9, 2024
1 parent dbc8d24 commit 4a62dda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/end-to-end/test_studio_can_build_packages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,13 @@ Describe "Consuming runtime variables of build dependency" {
Describe "Targeting different refresh channels" {
It "Can target a downgraded channel" {
Invoke-BuildAndInstall -PackageName breakable-refresh-downgrade -RefreshChannel refresh2022q2
. ./results/last_build.ps1
"/hab/pkgs/$pkg_ident/TDEPS" | Should -FileContentMatch "core/glibc/2.34"
}

It "Can target default LTS-2024" {
Invoke-BuildAndInstall -PackageName breakable-refresh-downgrade
. ./results/last_build.ps1
"/hab/pkgs/$pkg_ident/TDEPS" | Should -FileContentMatch "core/glibc/2.36"
}
}

0 comments on commit 4a62dda

Please sign in to comment.