xprop test: use -readable dump

This commit is contained in:
Emil J. Tywoniak 2026-06-24 11:51:14 +02:00
parent 9ae4717502
commit e56e8c3818
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ for mode in ["", "_xprop"]:
hierarchy -top top; proc -noopt
flatten
opt_expr -keepdc; clean
dump -o opt_expr{mode}.list */\Y_*
dump -readable -o opt_expr{mode}.list */\Y_*
"""
)