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>
This commit is contained in:
David Sterba 2016-06-03 15:46:39 +02:00
parent bea73f33b9
commit b06f44e50b

View File

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