[parted-devel] [PATCH v2 0/8] Fix to report success when setting lvm flag on bsd table

Mike Fleetwood mike.fleetwood at googlemail.com
Sat Oct 1 15:40:15 UTC 2016


Hi,

Here's v2 of this patchset.
Change is to query libparted for all the supported flags using a small
helper insead of hard coding the list of available flags in the test
script.

Thanks,
Mike

Mike Fleetwood (8):
  tests: t3310-flags.sh: Query libparted for all flags to be tested
  tests: t3310-flags.sh: Stop excluding certain flags from being tested
  tests: t3310-flags.sh: Add test for bsd table flags
  libparted: Fix to report success when setting lvm flag on bsd table
  libparted: Remove commented local variable from
    bsd_partition_set_flag()
  tests: t3310-flags.sh: Add test for mac table flags
  tests: t3310-flags.sh: Add test for dvh table flags
  tests: t3310-flags.sh: Add tests for remaining table types

 libparted/labels/bsd.c |    2 +-
 tests/Makefile.am      |    3 +-
 tests/print-flags.c    |   58 ++++++++++++++++++++++++++++++++
 tests/t3310-flags.sh   |   85 ++++++++++++++++++++++++++++++++++-------------
 4 files changed, 122 insertions(+), 26 deletions(-)
 create mode 100644 tests/print-flags.c




More information about the parted-devel mailing list