summaryrefslogtreecommitdiff
path: root/tests/convert-tests.sh
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2016-06-03 15:46:39 +0200
committerDavid Sterba <dsterba@suse.com>2016-06-03 16:53:27 +0200
commitb06f44e50bc0dce2c7301534674119aa3f3aeb64 (patch)
tree03aed0e6740271930f46104d4e8fc641f34d4806 /tests/convert-tests.sh
parentbea73f33b9c651624bddf5ee81db55980c1f8f81 (diff)
btrfs-progs: tests: clean up the test driver of convert tests
Everything is now in separate tests, and TEST=mask now works. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tests/convert-tests.sh')
-rwxr-xr-xtests/convert-tests.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/convert-tests.sh b/tests/convert-tests.sh
index c79962f2..df765290 100755
--- a/tests/convert-tests.sh
+++ b/tests/convert-tests.sh
@@ -21,9 +21,6 @@ export LANG
rm -f $RESULTS
-setup_root_helper
-prepare_test_dev 512M
-
run_one_test() {
local testname
@@ -43,15 +40,6 @@ run_one_test() {
fi
}
-if ! [ -z "$TEST" ]; then
- echo " [TEST/conv] skipped all convert tests, TEST=$TEST"
- exit 0
-fi
-
-for feature in '' 'extref' 'skinny-metadata' 'no-holes'; do
- :
-done
-
# Test special images
for i in $(find $TOP/tests/convert-tests -maxdepth 1 -mindepth 1 -type d \
${TEST:+-name "$TEST"} | sort)