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:
Ryan Moeller
2020-03-17 12:55:18 -04:00
committed by GitHub
parent e0d3284bc9
commit 80d98a8f3a
3 changed files with 7 additions and 3 deletions
@@ -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