btrfs-progs: tests: convert: dump all superblocks after conversion
We want to see all of them, even if they're not valid. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
9088ab6a10
commit
bff6828778
|
@ -132,7 +132,7 @@ convert_test() {
|
|||
|
||||
run_check $TOP/btrfs-convert ${features:+-O "$features"} -N "$nodesize" $TEST_DEV
|
||||
run_check $TOP/btrfs check $TEST_DEV
|
||||
run_check $TOP/btrfs-show-super $TEST_DEV
|
||||
run_check $TOP/btrfs-show-super -Ffa $TEST_DEV
|
||||
|
||||
run_check_mount_test_dev
|
||||
run_check_stdout $SUDO_HELPER md5sum -c $CHECKSUMTMP |
|
||||
|
|
Loading…
Reference in New Issue