public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Qu Wenruo <wqu@suse.com>
To: linux-btrfs@vger.kernel.org
Subject: [PATCH 0/2] btrfs-progs: fixes for the cli test group
Date: Mon, 13 Feb 2023 13:26:31 +0800	[thread overview]
Message-ID: <cover.1676265837.git.wqu@suse.com> (raw)

For the current devel branch, there are two failures for the cli test group:

- cli/009
  This is caused by a very recent (only in devel branch) refactor for
  btrfstune, which removes the ability to customize the return value.

  Fix it by adding a new @ret argument for usage() helper.

- cli/017
  This exists for a while, and it's caused by a recent kernel change.

  Fix the test case to handle it better.

Qu Wenruo (2):
  btrfs-progs: make usage() call to properly return an exit value
  btrfs-progs: tests: cli: fix 017 test case failure

 check/main.c                                | 4 ++--
 cmds/device.c                               | 4 ++--
 cmds/filesystem.c                           | 2 +-
 cmds/qgroup.c                               | 2 +-
 cmds/quota.c                                | 4 ++--
 cmds/receive.c                              | 4 ++--
 cmds/restore.c                              | 4 ++--
 cmds/subvolume-list.c                       | 2 +-
 cmds/subvolume.c                            | 2 +-
 common/help.c                               | 6 +++---
 common/help.h                               | 2 +-
 image/main.c                                | 3 +--
 mkfs/main.c                                 | 3 +--
 tests/cli-tests/017-fi-show-missing/test.sh | 2 +-
 tune/main.c                                 | 3 +--
 15 files changed, 22 insertions(+), 25 deletions(-)

-- 
2.39.1


             reply	other threads:[~2023-02-13  5:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-13  5:26 Qu Wenruo [this message]
2023-02-13  5:26 ` [PATCH 1/2] btrfs-progs: make usage() call to properly return an exit value Qu Wenruo
2023-02-13  5:26 ` [PATCH 2/2] btrfs-progs: tests: cli: fix 017 test case failure Qu Wenruo
2023-02-21 23:22 ` [PATCH 0/2] btrfs-progs: fixes for the cli test group David Sterba

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1676265837.git.wqu@suse.com \
    --to=wqu@suse.com \
    --cc=linux-btrfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox