Skip to content

Commit d3b6655

Browse files
committed
fixup! add integration tests
1 parent 8a58312 commit d3b6655

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

test/runtests.jl

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# This file is a part of Julia. License is MIT: https://julialang.org/license
22

3-
# Run the distributed test outside of the main driver since it needs its own
4-
# set of dedicated workers.
5-
include(joinpath(Sys.BINDIR, "..", "share", "julia", "test", "testenv.jl"))
6-
disttestfile = joinpath(@__DIR__, "distributed_exec.jl")
3+
# # Run the distributed test outside of the main driver since it needs its own
4+
# # set of dedicated workers.
5+
# include(joinpath(Sys.BINDIR, "..", "share", "julia", "test", "testenv.jl"))
6+
# disttestfile = joinpath(@__DIR__, "distributed_exec.jl")
77

8-
cmd = `$test_exename $test_exeflags $disttestfile`
8+
# cmd = `$test_exename $test_exeflags $disttestfile`
99

10-
if !success(pipeline(cmd; stdout=stdout, stderr=stderr)) && ccall(:jl_running_on_valgrind,Cint,()) == 0
11-
error("Distributed test failed, cmd : $cmd")
12-
end
10+
# if !success(pipeline(cmd; stdout=stdout, stderr=stderr)) && ccall(:jl_running_on_valgrind,Cint,()) == 0
11+
# error("Distributed test failed, cmd : $cmd")
12+
# end
1313

14-
include("managers.jl")
14+
# include("managers.jl")
1515
include("persistent_workers.jl")

0 commit comments

Comments
 (0)