mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-21 18:26:47 +03:00
ZTS: Use default_cleanup_noexit where needed
And add log_pass appropriately. Reviewed-by: John Kennedy <john.kennedy@delphix.com> Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes #10136
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
verify_runnable "global"
|
||||
|
||||
default_cleanup
|
||||
default_cleanup_noexit
|
||||
disk_cleanup
|
||||
|
||||
log_pass
|
||||
|
||||
@@ -16,5 +16,7 @@
|
||||
|
||||
. $STF_SUITE/include/libtest.shlib
|
||||
|
||||
default_cleanup
|
||||
default_cleanup_noexit
|
||||
destroy_pool testpool2
|
||||
|
||||
log_pass
|
||||
|
||||
@@ -31,5 +31,7 @@
|
||||
|
||||
. $STF_SUITE/include/libtest.shlib
|
||||
|
||||
default_cleanup
|
||||
default_cleanup_noexit
|
||||
rm -f $TEST_BASE_DIR/disk0
|
||||
|
||||
log_pass
|
||||
|
||||
Reference in New Issue
Block a user