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:
parent
e0d3284bc9
commit
80d98a8f3a
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
verify_runnable "global"
|
verify_runnable "global"
|
||||||
|
|
||||||
default_cleanup
|
default_cleanup_noexit
|
||||||
disk_cleanup
|
disk_cleanup
|
||||||
|
|
||||||
log_pass
|
log_pass
|
||||||
|
|
|
@ -16,5 +16,7 @@
|
||||||
|
|
||||||
. $STF_SUITE/include/libtest.shlib
|
. $STF_SUITE/include/libtest.shlib
|
||||||
|
|
||||||
default_cleanup
|
default_cleanup_noexit
|
||||||
destroy_pool testpool2
|
destroy_pool testpool2
|
||||||
|
|
||||||
|
log_pass
|
||||||
|
|
|
@ -31,5 +31,7 @@
|
||||||
|
|
||||||
. $STF_SUITE/include/libtest.shlib
|
. $STF_SUITE/include/libtest.shlib
|
||||||
|
|
||||||
default_cleanup
|
default_cleanup_noexit
|
||||||
rm -f $TEST_BASE_DIR/disk0
|
rm -f $TEST_BASE_DIR/disk0
|
||||||
|
|
||||||
|
log_pass
|
||||||
|
|
Loading…
Reference in New Issue