From 5b9b69a4b7e91ea5e0e38dce9424d25142a4418f Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Fri, 8 Jun 2018 11:47:07 +0100 Subject: [PATCH] tests: Update kata-manager command The `kata-manger.sh` utility is changing its behaviour so that `install-packages` *only* installs packages (no container manager). Update the command to both install Docker and the packages. Fixes #113. Signed-off-by: James O. D. Hunt --- tests/image_creation.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/image_creation.bats b/tests/image_creation.bats index 94ca2ecdcd..be90cd6e38 100644 --- a/tests/image_creation.bats +++ b/tests/image_creation.bats @@ -51,7 +51,7 @@ setup() [ ! -d "${tests_repo_dir}" ] && git clone "https://${tests_repo}" "${tests_repo_dir}" - chronic $mgr install-packages + chronic $mgr install-docker-system chronic $mgr enable-debug # Ensure "docker build" works