Skip to content

Commit

Permalink
Fix another detritus issue
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed May 30, 2024
1 parent b25ac79 commit 2895654
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/multisession.R
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ for (cores in 1:availCores) {
## https://github.com/HenrikBengtsson/Wishlist-for-R/issues/57
## stopifnot(inherits(res, "MyError"))

## Make sure to stop these cluster processes to avoid triggering
## checking for detritus in the temp directory ... NOTE
ClusterRegistry(action = "stop")

message(sprintf("Testing with %d cores ... DONE", cores))
} ## for (cores ...)

Expand Down

0 comments on commit 2895654

Please sign in to comment.