From d995c2f082a710e01e7abeb10c6ca533494d0304 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 17 Mar 2015 11:34:22 +0100 Subject: tests: add --skip-loopdevs Signed-off-by: Karel Zak --- tests/functions.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/functions.sh') diff --git a/tests/functions.sh b/tests/functions.sh index bfc3fa28d..38ed03d55 100644 --- a/tests/functions.sh +++ b/tests/functions.sh @@ -68,7 +68,7 @@ function ts_check_losetup { local tmp ts_check_test_command "$TS_CMD_LOSETUP" - if [ "$TS_OPT_FEAT_SKIP_LOOP" = "yes" ]; then + if [ "$TS_SKIP_LOOPDEVS" = "yes" ]; then ts_skip "loop-device tests disabled" fi @@ -241,6 +241,7 @@ function ts_init_env { TS_VERBOSE=$(ts_has_option "verbose" "$*") TS_PARALLEL=$(ts_has_option "parallel" "$*") TS_KNOWN_FAIL=$(ts_has_option "known-fail" "$*") + TS_SKIP_LOOPDEVS=$(ts_has_option "skip-loopdevs" "$*") tmp=$( ts_has_option "memcheck" "$*") if [ "$tmp" == "yes" -a -f /usr/bin/valgrind ]; then -- cgit v1.2.3-55-g7522