All of lore.kernel.org
 help / color / mirror / Atom feed
* main - tests: hide some more file in error trace
@ 2023-04-22  9:26 Zdenek Kabelac
  0 siblings, 0 replies; only message in thread
From: Zdenek Kabelac @ 2023-04-22  9:26 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=bbc67abeed8a7a5f4a31c6dd0d3bf4cb26c6a50a
Commit:        bbc67abeed8a7a5f4a31c6dd0d3bf4cb26c6a50a
Parent:        f239ce2353504f1a69fd7cc5386067cffd71b965
Author:        Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate:    Sat Apr 22 11:23:04 2023 +0200
Committer:     Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Sat Apr 22 11:25:39 2023 +0200

tests: hide some more file in error trace

Hide unneeded dev nodes.
---
 test/lib/utils.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/lib/utils.sh b/test/lib/utils.sh
index ca9f5ec61..5e462605f 100644
--- a/test/lib/utils.sh
+++ b/test/lib/utils.sh
@@ -190,7 +190,8 @@ STACKTRACE() {
 			dmsetup ls --tree | sed -e "s,^,## DMTREE:   ,"
 			echo "<======== Recursive list of $DM_DEV_DIR ========>"
 			ls -Rl --hide=shm --hide=bus --hide=snd --hide=input --hide=dri \
-			       --hide=net --hide=hugepages --hide=mqueue --hide=pts \
+				--hide=net --hide=hugepages --hide=mqueue --hide=pts \
+				--hide=tty?*  --hide=vcs?* --hide=usb --hide=char \
 			       "$DM_DEV_DIR" | sed -e "s,^,## LSLR:	,"
 			echo "<======== Udev DB content ========>"
 			for i in /sys/block/dm-* /sys/block/loop* ; do


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-04-22  9:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-22  9:26 main - tests: hide some more file in error trace Zdenek Kabelac

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.