Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisonB319 committed Sep 20, 2024
1 parent 6f9fc5c commit e0f35db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vhdbuilder/packer/test/linux-vhd-content-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -973,6 +973,7 @@ testWasmRuntimesInstalled() {
local test="testWasmRuntimesInstalled"
local wasm_runtimes_path=${1}
local shim_version=${2}
shim_version="v${shim_version}"

echo "$test: checking existance of Spin Wasm Runtime in $wasm_runtimes_path"

Expand All @@ -998,6 +999,7 @@ testSpinKubeInstalled() {
local test="testSpinKubeInstalled"
local spinKube_runtimes_path=${1}
local shim_version=${2}
shim_version="v${shim_version}"

# v0.15.1 does not have a version encoded in the binary name
binary_path_pattern="${wasm_runtimes_path}/containerd-shim-spin-v2"
Expand Down

0 comments on commit e0f35db

Please sign in to comment.