summaryrefslogtreecommitdiff
path: root/tests/convert-tests.sh
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2016-06-03 15:37:25 +0200
committerDavid Sterba <dsterba@suse.com>2016-06-03 16:53:27 +0200
commitbea73f33b9c651624bddf5ee81db55980c1f8f81 (patch)
treed7547a23e06ec0906465d2f7da59b72ad86a8667 /tests/convert-tests.sh
parentcf8cc8ea45b743d48593e853aeda843dca6d9b66 (diff)
btrfs-progs: tests: convert: separate ext4 tests
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tests/convert-tests.sh')
-rwxr-xr-xtests/convert-tests.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/convert-tests.sh b/tests/convert-tests.sh
index ad0918cb..c79962f2 100755
--- a/tests/convert-tests.sh
+++ b/tests/convert-tests.sh
@@ -49,11 +49,7 @@ if ! [ -z "$TEST" ]; then
fi
for feature in '' 'extref' 'skinny-metadata' 'no-holes'; do
- convert_test "$feature" "ext4 4k nodesize" 4096 mke2fs -t ext4 -b 4096
- convert_test "$feature" "ext4 8k nodesize" 8192 mke2fs -t ext4 -b 4096
- convert_test "$feature" "ext4 16k nodesize" 16384 mke2fs -t ext4 -b 4096
- convert_test "$feature" "ext4 32k nodesize" 32768 mke2fs -t ext4 -b 4096
- convert_test "$feature" "ext4 64k nodesize" 65536 mke2fs -t ext4 -b 4096
+ :
done
# Test special images