mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 04:04:45 +00:00
ci: cri-containerd: Fix default typo for testContainerStart()
It must but {1:-0}, instead of {1-0}. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
8b8aef09af
commit
e91f5edba0
@ -158,7 +158,7 @@ function check_daemon_setup() {
|
||||
function testContainerStart() {
|
||||
# no_container_yaml set to 1 will not create container_yaml
|
||||
# because caller has created its own container_yaml.
|
||||
no_container_yaml=${1-0}
|
||||
no_container_yaml=${1:-0}
|
||||
|
||||
local pod_yaml=${REPORT_DIR}/pod.yaml
|
||||
local container_yaml=${REPORT_DIR}/container.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user