From 68c1df8db39198ac8645f810a2f32979772df411 Mon Sep 17 00:00:00 2001 From: Alexander Motin Date: Mon, 24 Nov 2025 10:27:18 -0500 Subject: [PATCH] ZFS: Enable more logs for raidz_001_neg The output is not so big here, so lets collect something useful. Reviewed-by: Brian Behlendorf Reviewed-by: Rob Norris Signed-off-by: Alexander Motin Closes #17977 --- tests/zfs-tests/tests/functional/raidz/raidz_001_neg.ksh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/zfs-tests/tests/functional/raidz/raidz_001_neg.ksh b/tests/zfs-tests/tests/functional/raidz/raidz_001_neg.ksh index ad6faaf7e..ec06435c8 100755 --- a/tests/zfs-tests/tests/functional/raidz/raidz_001_neg.ksh +++ b/tests/zfs-tests/tests/functional/raidz/raidz_001_neg.ksh @@ -34,6 +34,6 @@ # This option should make raidz_test to return non 0. # -log_mustnot raidz_test -T +log_mustnot raidz_test -Tv log_pass "raidz_test detects errors as expected."