Skip to content

Commit

Permalink
sdfsd
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Wrock <[email protected]>
  • Loading branch information
mwrock committed Oct 17, 2024
1 parent 9bbafdb commit 189968f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
2 changes: 1 addition & 1 deletion .expeditor/scripts/end_to_end/setup_environment.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ hab pkg install core/hab --force --channel "dev" --url="https://bldr.habitat.sh"
Write-host "sdfsdfds"
Write-Host "$(gc C:/hab/bin/hab.bat)"
write-Host $env:PATH
hab pkg install core/hab --binlink --force --channel "dev" --url="https://bldr.habitat.sh"
c:/hab/pkgs/core/hab/1.6.1041/20240411142831/bin/hab.exe pkg install core/hab --binlink --force --channel "dev" --url="https://bldr.habitat.sh"
Write-Host "blah blah"
Invoke-NativeCommand hab pkg install core/hab `
--binlink `
Expand Down
24 changes: 0 additions & 24 deletions test/end-to-end/test_external_binaries.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,6 @@ Describe "`hab` correctly executes external binaries" {
$out | Should -BeLike "*Creates a container image from a set of Habitat packages (and optionally pushes to a remote${le}repository)*"
}

It "cf exporter help" {
# The cf exporter is only available on linux
if ($IsLinux) {
$out = hab pkg export cf --help
$LastExitCode | Should -Be 0
"Habitat Package CFize - Create a Cloud Foundry ready Docker image from a given package." | Should -BeIn $out
} else {
hab pkg export cf --help
$LastExitCode | Should -Be 1
}
}

It "mesos exporter help" {
# The mesos exporter is only available on linux
if ($IsLinux) {
$out = hab pkg export mesos --help
$LastExitCode | Should -Be 0
"Habitat Package Mesosize - Create a Mesos application from a set of Habitat packages" | Should -BeIn $out
} else {
hab pkg export mesos --help
$LastExitCode | Should -Be 1
}
}

It "tar exporter help" {
$out = hab pkg export tar --help
$LastExitCode | Should -Be 0
Expand Down

0 comments on commit 189968f

Please sign in to comment.