mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-28 09:02:19 +00:00
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:
parent
bea73f33b9
commit
b06f44e50b
@ -21,9 +21,6 @@ export LANG
|
|||||||
|
|
||||||
rm -f $RESULTS
|
rm -f $RESULTS
|
||||||
|
|
||||||
setup_root_helper
|
|
||||||
prepare_test_dev 512M
|
|
||||||
|
|
||||||
run_one_test() {
|
run_one_test() {
|
||||||
local testname
|
local testname
|
||||||
|
|
||||||
@ -43,15 +40,6 @@ run_one_test() {
|
|||||||
fi
|
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
|
# Test special images
|
||||||
for i in $(find $TOP/tests/convert-tests -maxdepth 1 -mindepth 1 -type d \
|
for i in $(find $TOP/tests/convert-tests -maxdepth 1 -mindepth 1 -type d \
|
||||||
${TEST:+-name "$TEST"} | sort)
|
${TEST:+-name "$TEST"} | sort)
|
||||||
|
Loading…
Reference in New Issue
Block a user