public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] btrfs-progs: fixes for the cli test group
@ 2023-02-13  5:26 Qu Wenruo
  2023-02-13  5:26 ` [PATCH 1/2] btrfs-progs: make usage() call to properly return an exit value Qu Wenruo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Qu Wenruo @ 2023-02-13  5:26 UTC (permalink / raw)
  To: linux-btrfs

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-02-21 23:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-13  5:26 [PATCH 0/2] btrfs-progs: fixes for the cli test group Qu Wenruo
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox