From 2e1fbcd4cf16c3f38134919525ae598d72771da6 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Fri, 3 Mar 2023 14:24:04 +0100 Subject: [PATCH] Reformat command multiline to oneline --- Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 9163a65..5f332c9 100644 --- a/Makefile +++ b/Makefile @@ -75,10 +75,6 @@ test-integration: rm tests/integration/python rm tests/integration/ansible ifndef keep_containers_alive - podman stop --time 0 --ignore primary - podman stop --time 0 --ignore replica1 - podman stop --time 0 --ignore replica2 - podman rm --ignore primary - podman rm --ignore replica1 - podman rm --ignore replica2 + podman stop --time 0 --ignore primary replica1 replica2 + podman rm --ignore primary replica1 replica2 endif