-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ZTS: Use default_cleanup_noexit where needed
And add log_pass appropriately. Reviewed-by: John Kennedy <[email protected]> Reviewed-by: George Melikov <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Ryan Moeller <[email protected]> Closes #10136
- Loading branch information
Ryan Moeller
authored
Mar 17, 2020
1 parent
e0d3284
commit 80d98a8
Showing
3 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
|
||
verify_runnable "global" | ||
|
||
default_cleanup | ||
default_cleanup_noexit | ||
disk_cleanup | ||
|
||
log_pass |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,5 +16,7 @@ | |
|
||
. $STF_SUITE/include/libtest.shlib | ||
|
||
default_cleanup | ||
default_cleanup_noexit | ||
destroy_pool testpool2 | ||
|
||
log_pass |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,5 +31,7 @@ | |
|
||
. $STF_SUITE/include/libtest.shlib | ||
|
||
default_cleanup | ||
default_cleanup_noexit | ||
rm -f $TEST_BASE_DIR/disk0 | ||
|
||
log_pass |