From 94175fc01674c9cc137776ff89642b5fee3adc5a Mon Sep 17 00:00:00 2001 From: sveitser Date: Thu, 23 Jan 2025 15:20:58 +0100 Subject: [PATCH] format output of docker compose down --- espresso-tests/migration-test.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/espresso-tests/migration-test.bash b/espresso-tests/migration-test.bash index 293a3c0..07fa4c0 100755 --- a/espresso-tests/migration-test.bash +++ b/espresso-tests/migration-test.bash @@ -315,4 +315,4 @@ echo "Confirmed nodes have progressed" # Echo to signal that test has been successful echo "Migration successfully completed!" -docker compose down --remove-orphans +run docker compose down -v --remove-orphans