summaryrefslogtreecommitdiffstats
diff options
authorZdenek Kabelac <zkabelac@redhat.com>2025-10-31 16:23:18 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2025-10-31 16:23:18 +0100
commit5925d7fc8af4c3d6675444a466fe6e38097e8b80 (patch)
treec02fe5f931d1757090d388cf35b5acd2aeba5a02
parenttest: aux slows old mdadm (diff)
test: skip valgrind testing of aux functions
Keep valgrind focused on tests only to reduce long running time.
-rw-r--r--test/lib/aux.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lib/aux.sh b/test/lib/aux.sh
index 57ec9b109..ec420da24 100644
--- a/test/lib/aux.sh
+++ b/test/lib/aux.sh
@@ -2173,6 +2173,8 @@ test "${LVM_TEST_AUX_TRACE-0}" = "0" || set -x
2173 2173
2174test -f DEVICES && devs=$(< DEVICES) 2174test -f DEVICES && devs=$(< DEVICES)
2175 2175
2176unset LVM_VALGRIND
2177
2176if test "$1" = "dmsetup" ; then 2178if test "$1" = "dmsetup" ; then
2177 shift 2179 shift
2178 dmsetup_wrapped "$@" 2180 dmsetup_wrapped "$@"