Skip to content

Commit 41cd14f

Browse files
suppress interrupt trace from SIGTERM test
1 parent 2b23ae4 commit 41cd14f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/distributed_exec.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1920,6 +1920,8 @@ begin
19201920
remote_do(w) do
19211921
# Cause the 'exit()' message that `rmprocs()` sends to do nothing
19221922
Core.eval(Base, :(exit() = nothing))
1923+
# Hide the trace that `rmprocs()` will cause this worker to show
1924+
redirect_stderr(devnull)
19231925
end
19241926
wait(rmprocs([w]))
19251927
end

0 commit comments

Comments
 (0)