mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-31 23:36:12 +00:00
Merge pull request #9025 from wainersm/cri-containerd_fix_loop
cri-containerd: fix loop in TestContainerMemoryUpdate()
This commit is contained in:
commit
67d9847fac
@ -259,7 +259,7 @@ function TestContainerMemoryUpdate() {
|
||||
return
|
||||
fi
|
||||
|
||||
for virtio_mem_enabled in {1, 0}; do
|
||||
for virtio_mem_enabled in 1 0; do
|
||||
PrepareContainerMemoryUpdate $virtio_mem_enabled
|
||||
DoContainerMemoryUpdate $virtio_mem_enabled
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user