Skip to content

Commit

Permalink
suppress interrupt trace from SIGTERM test
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Feb 26, 2024
1 parent 2b23ae4 commit 41cd14f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/distributed_exec.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1920,6 +1920,8 @@ begin
remote_do(w) do
# Cause the 'exit()' message that `rmprocs()` sends to do nothing
Core.eval(Base, :(exit() = nothing))
# Hide the trace that `rmprocs()` will cause this worker to show
redirect_stderr(devnull)
end
wait(rmprocs([w]))
end
Expand Down

0 comments on commit 41cd14f

Please sign in to comment.