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>
master
David Sterba 2016-05-31 19:17:02 +02:00
parent 9088ab6a10
commit bff6828778
1 changed files with 1 additions and 1 deletions

View File

@ -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 |