From 14ad2353ccabc330412baff5fe86592f2618cdee Mon Sep 17 00:00:00 2001 From: Ondrej Oprala Date: Thu, 31 Jul 2014 13:23:07 +0200 Subject: libs/debug: accept human readable names for _DEBUG= For example $ LIBMOUNT_DEBUG=tab,cache findmnt to debug only TAB and CACHE subsystem. Signed-off-by: Ondrej Oprala Signed-off-by: Karel Zak --- tests/commands.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/commands.sh') diff --git a/tests/commands.sh b/tests/commands.sh index f699ef1ab..0a3062872 100644 --- a/tests/commands.sh +++ b/tests/commands.sh @@ -13,6 +13,7 @@ TS_HELPER_LIBMOUNT_TABDIFF="$top_builddir/test_mount_tab_diff" TS_HELPER_LIBMOUNT_TAB="$top_builddir/test_mount_tab" TS_HELPER_LIBMOUNT_UPDATE="$top_builddir/test_mount_tab_update" TS_HELPER_LIBMOUNT_UTILS="$top_builddir/test_mount_utils" +TS_HELPER_LIBMOUNT_DEBUG="$top_builddir/test_mount_debug" TS_HELPER_PYLIBMOUNT_CONTEXT="$top_srcdir/libmount/python/test_mount_context.py" TS_HELPER_PYLIBMOUNT_TAB="$top_srcdir/libmount/python/test_mount_tab.py" TS_HELPER_PYLIBMOUNT_UPDATE="$top_srcdir/libmount/python/test_mount_tab_update.py" -- cgit v1.2.3-55-g7522