diff --git a/test/distributed_exec.jl b/test/distributed_exec.jl index afdad9c8a8a44..febc80d4301f6 100644 --- a/test/distributed_exec.jl +++ b/test/distributed_exec.jl @@ -11,6 +11,7 @@ include("testenv.jl") end addprocs_with_testenv(4) +@test nprocs() == 5 function reuseport_tests() # Run the test on all processes.