diff options
author | Rob Norris <robn@despairlabs.com> | 2025-02-14 10:34:39 +0000 |
---|---|---|
committer | Tony Hutter <hutter2@llnl.gov> | 2025-02-27 22:38:57 +0000 |
commit | 4581c4fcbe313d1ab927d14258ab6e4cbb0d8972 (patch) | |
tree | c8f54a1248f15f91459642f9884f816f3217626f | |
parent | cc9180d338c75cec14e09b83ca647bcf57d04cbb (diff) |
-rwxr-xr-x | scripts/zfs-tests.sh | 1 | ||||
-rw-r--r-- | tests/runfiles/bclone.run | 1 | ||||
-rw-r--r-- | tests/runfiles/common.run | 1 | ||||
-rw-r--r-- | tests/runfiles/freebsd.run | 1 | ||||
-rw-r--r-- | tests/runfiles/linux.run | 1 | ||||
-rw-r--r-- | tests/runfiles/longevity.run | 1 | ||||
-rw-r--r-- | tests/runfiles/perf-regression.run | 1 | ||||
-rw-r--r-- | tests/runfiles/sanity.run | 1 | ||||
-rw-r--r-- | tests/runfiles/sunos.run | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/scripts/zfs-tests.sh b/scripts/zfs-tests.sh index e158b5eb00be..ae62f8f2ae83 100755 --- a/scripts/zfs-tests.sh +++ b/scripts/zfs-tests.sh @@ -505,7 +505,6 @@ user = $SINGLETESTUSER timeout = 600 post_user = root post = -outputdir = /var/tmp/test_results EOF if [ "$SINGLETEST" = "${SINGLETEST%/*}" ] ; then NEWSINGLETEST=$(find "$STF_SUITE" -name "$SINGLETEST*" -print -quit) diff --git a/tests/runfiles/bclone.run b/tests/runfiles/bclone.run index 3d0f545d9226..f4b7a69e2df9 100644 --- a/tests/runfiles/bclone.run +++ b/tests/runfiles/bclone.run @@ -25,7 +25,6 @@ post_user = root post = cleanup failsafe_user = root failsafe = callbacks/zfs_failsafe -outputdir = /var/tmp/test_results tags = ['bclone'] [tests/functional/bclone] diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run index 4814fd71a0f6..efc0290de861 100644 --- a/tests/runfiles/common.run +++ b/tests/runfiles/common.run @@ -25,7 +25,6 @@ post_user = root post = cleanup failsafe_user = root failsafe = callbacks/zfs_failsafe -outputdir = /var/tmp/test_results tags = ['functional'] [tests/functional/acl/off] diff --git a/tests/runfiles/freebsd.run b/tests/runfiles/freebsd.run index 943c8eab2715..1b8f7f336bb6 100644 --- a/tests/runfiles/freebsd.run +++ b/tests/runfiles/freebsd.run @@ -19,7 +19,6 @@ post_user = root post = cleanup failsafe_user = root failsafe = callbacks/zfs_failsafe -outputdir = /var/tmp/test_results tags = ['functional'] [tests/functional/cli_root/zfs_jail:FreeBSD] diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index 275772f2820e..19474af529a4 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -19,7 +19,6 @@ post_user = root post = cleanup failsafe_user = root failsafe = callbacks/zfs_failsafe -outputdir = /var/tmp/test_results tags = ['functional'] [tests/functional/acl/posix:Linux] diff --git a/tests/runfiles/longevity.run b/tests/runfiles/longevity.run index fde2ef6ab92e..85f5809d2042 100644 --- a/tests/runfiles/longevity.run +++ b/tests/runfiles/longevity.run @@ -17,7 +17,6 @@ quiet = False user = root timeout = 10800 -outputdir = /var/tmp/test_results [/opt/zfs-tests/tests/longevity] tests = ['slop_space_test'] diff --git a/tests/runfiles/perf-regression.run b/tests/runfiles/perf-regression.run index ec081040d54d..c5ba3924e306 100644 --- a/tests/runfiles/perf-regression.run +++ b/tests/runfiles/perf-regression.run @@ -21,7 +21,6 @@ user = root timeout = 0 post_user = root post = cleanup -outputdir = /var/tmp/test_results tags = ['perf'] [tests/perf/regression] diff --git a/tests/runfiles/sanity.run b/tests/runfiles/sanity.run index d6a791e3375d..2ab32674f4f0 100644 --- a/tests/runfiles/sanity.run +++ b/tests/runfiles/sanity.run @@ -27,7 +27,6 @@ post_user = root post = cleanup failsafe_user = root failsafe = callbacks/zfs_failsafe -outputdir = /var/tmp/test_results tags = ['functional'] [tests/functional/acl/off] diff --git a/tests/runfiles/sunos.run b/tests/runfiles/sunos.run index 9ba00f452ea4..1f2c787d50fc 100644 --- a/tests/runfiles/sunos.run +++ b/tests/runfiles/sunos.run @@ -19,7 +19,6 @@ post_user = root post = cleanup failsafe_user = root failsafe = callbacks/zfs_failsafe -outputdir = /var/tmp/test_results tags = ['functional'] [tests/functional/inuse:illumos] |