From 363c3f83ca1cb7ea2d81f6836884d76a918983aa Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 19 Sep 2023 19:07:29 +0200 Subject: [PATCH] test/system: Style fix https://github.com/containers/toolbox/pull/1367 --- test/system/libs/helpers.bash | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/system/libs/helpers.bash b/test/system/libs/helpers.bash index 0e2fdc7..668dff3 100644 --- a/test/system/libs/helpers.bash +++ b/test/system/libs/helpers.bash @@ -436,8 +436,7 @@ function container_started() { # Used as a return value container_initialized=1 - for TRIES in 1 2 3 4 5 - do + for TRIES in 1 2 3 4 5; do run "$PODMAN" logs "$container_name" # Look for last line of the container startup log