From acc640542c604e35ccc39ae156bd4d2afaf7b919 Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Mon, 29 Feb 2016 22:57:00 -0800 Subject: [PATCH] test/cli-integration/rbd: disable progress output This test is intended to check machine-readable output and usage, not human-readable output. Fixes: #14931 Signed-off-by: Josh Durgin --- src/test/cli-integration/rbd/formatted-output.t | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/test/cli-integration/rbd/formatted-output.t b/src/test/cli-integration/rbd/formatted-output.t index 4eacba86781f1..71838cc6c0f6d 100644 --- a/src/test/cli-integration/rbd/formatted-output.t +++ b/src/test/cli-integration/rbd/formatted-output.t @@ -20,12 +20,8 @@ create snapshot ======== $ rbd snap create bar@snap - $ rbd resize -s 1024 bar - - Resizing image: 100% complete...done. - $ rbd resize -s 2G quuy - - Resizing image: 100% complete...done. + $ rbd resize -s 1024 --no-progress bar + $ rbd resize -s 2G --no-progress quuy $ rbd snap create bar@snap2 $ rbd snap create foo@snap -- 2.39.5